export declare const uint8ArrayFromHexString: (hexString: string) => Uint8Array; export declare const uint8ArrayToHexString: (data: Uint8Array) => string; //# sourceMappingURL=bufferFromHex.d.ts.map