export declare class HexReadable { /** * 00 01 02 03 04 05 06 07 */ static fromBuffer(binary: Buffer): string; static toBuffer(hexReadable: string): Buffer; } //# sourceMappingURL=hex-readable.d.ts.map