/** * Format the file type from the extension. * @param {string} filename * @returns {string} The file extension (in upper case) */ export default function formatFileType(filename: string): string; //# sourceMappingURL=format-file-type.d.ts.map