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