import { Locale } from './locale'; export declare const formatFileSize: (sizeInBytes: number, locale: Required) => string | undefined;