export declare function toBase64(data: any): string;
export declare function fromBase64(b64: string): string;
