export declare const parseFileSize: (size: number) => string; export declare function classifyType(mimeType: string): string; export declare const downloadByUrl: (filename: string, url: string) => void; export declare const getFileNameByUrl: (fileUrl: string) => string; export declare const getResourceContentType: (resourceUrl: string) => Promise;