export declare const bytesToMb: (bytes: number) => number; export declare const getBase64Image: (file: File) => Promise; export declare const getBase64MbSize: (base64: string) => number;