export declare const hexToUint8Array: (hexString: string) => Uint8Array; export declare const hexToBase64: (hexString: string) => string;