export declare const convertToDataUrl: (file: any[]) => Promise; export declare const blobToBase64: (blob: Blob) => Promise;