export declare function fromBase64(base64String: string): Uint8Array<ArrayBuffer>;
export declare function toBase64(bytes: Uint8Array): string;
