import { FileTypeEnum } from "./extensions.js"; export declare const getFileTypeFromPath: (path?: string) => FileTypeEnum | "other"; //# sourceMappingURL=getFileTypeFromPath.d.ts.map