export declare function base64ToUint8Array(base64Str: string): Uint8Array;
export default base64ToUint8Array;
