export declare function fromB64(base64String: string): Uint8Array; export declare function toB64(bytes: Uint8Array): string;