export declare function bytesToNumber(bytes: Uint8Array): bigint; export declare function hexToNumber(hex: string): bigint; export declare function encodeBase64toUint8(base64String: string): Uint8Array;