export declare const extensionToFiletype: Map<string, string>;
export declare const basenameToFiletype: Map<string, string>;
export declare function extToFiletype(extension: string): string | undefined;
export declare function pathToFiletype(path: string): string | undefined;
export declare function infoStringToFiletype(infoString: string): string | undefined;
