export declare function getFileTypeLabel(mimeType: string): string; export declare function formatUploadDate(date?: Date): string; export declare function formatFileSize(bytes?: number): string;