export declare const blobToBase64: (file: File) => Promise; export declare const blobToPureBase64: (file: File) => Promise;