export declare function fileToBase64(file: string): Promise<string>;
export declare function base64ToFile(contentAsBase64: string, file: string): Promise<void>;
