declare const getFileType: (input: any) => { ext: string; mime: string; }; export default getFileType;