export declare const hexToUint8Array: (hex: string) => Uint8Array<ArrayBuffer>;
