declare const fileSizeFormat: (fileSizeInBytes: number) => string; export default fileSizeFormat;