TlWriterMap: Record<string, (w: any, val: any) => void> & {
    _bare?: Record<number, (w: any, val: any) => void>;
    _staticSize: Record<string, number>;
}

Mapping of TL object names to writer functions.