export declare const buffLength: (buf: string) => number; export declare const bufPaddedLength: (buf: string) => number; export declare const encodeUint: (uint: number) => string; export declare const decodeUint: (buf: string) => number; export declare const wordLength = 64; export declare const fail: () => never; //# sourceMappingURL=common.d.ts.map