export declare function file2b64(file: Blob): Promise<string>;
