declare function base64ToBytes(base64: string): Uint8Array; export { base64ToBytes };