export declare const bytesToHex: (bytes: Uint8Array) => string; export declare const hexToBytes: (hex: string) => Uint8Array;