/** * Get file size in MB by size in bytes. */ export declare const getFileSizeInMb: (fileSizeInBytes: number) => string;