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