export declare const hexToUint8Array: (hexString: string) => Uint8Array; export declare const uint8ArrayToHex: (buffer: Uint8Array) => any; export declare const uint8ArrayToString: (buffer: Uint8Array) => string; export declare const stringToUint8Array: (str: string) => Uint8Array;