export declare function bytesToBase64(array: Uint8Array): string;
export declare function base64ToBytes(base64: string): Uint8Array;
