export declare function base64ToUint8Array(b64: string): Uint8Array;
