export declare const hexStringToBuffer: (hex: string) => Buffer; export declare const bufferToHexString: (bytes: Buffer) => string; //# sourceMappingURL=hexString.d.ts.map