/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ /** * * @param fileType * @returns Human readable file type */ export declare const formatFileType: (fileType: string) => "Word" | "pdf" | "Excel" | "PowerPoint" | "gif" | "jpg" | "png" | "txt" | "Document";