/// export declare function lpad(str: string, padString: string, length: number): string; export declare function bytesToBits(bytes: Buffer): string; export declare function bitsToBytes(src: string): Buffer;