export declare function extToFiletype(extension: string): string | undefined; export declare function pathToFiletype(path: string): string | undefined;