export declare const formatFileSize: (bytes: number) => string; export declare const getFileExtension: (fileName: string) => string; export declare const getFileNameWithoutExtension: (fileName: string) => string; export declare const generateAcceptDescription: (accept?: string) => string;