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