export default function getFileType(file: {
    type?: string;
    name?: string;
}): string;
//# sourceMappingURL=getFileType.d.ts.map