import type * as TY from '../types.ts';
export declare const ltrToWordbitsTable: Record<TY.AtoZlo, TY.WordbitsT>;
export declare const idxToMaskTable32: readonly TY.WordbitsT[];
/** Lookup for bits 0 to 6 (abcdefg) of Wordbits to the specific uniq letters they encode */
export declare const abcdefgFor00_06: readonly TY.Shingle[];
/** Lookup for bits 7 to 13 (hijklmn) of Wordbits to the specific uniq letters they encode */
export declare const hijklmnFor07_13: readonly TY.Shingle[];
/** Lookup for bits 14 to 20 (opqrstu) of Wordbits to the specific uniq letters they encode */
export declare const opqrstuFor14_20: readonly TY.Shingle[];
/** Lookup for bits 21 to 25 (vwxyz) of Wordbits to the specific uniq letters they encode */
export declare const vwxyzFor21_25: readonly TY.Shingle[];
/** utility for pretty-printing binary numbers; 8 bit segments */
export declare const prettyBinaryTable8: string[];
/** utility for pretty-printing binary numbers; 4 bit segments */
export declare const prettyBinaryTable4: string[];
/** utility for pretty-printing binary numbers; 2 bit segments */
export declare const prettyBinaryTable2: string[];
//# sourceMappingURL=WordbitsTables.d.ts.map