export declare const normPath: (...inputPaths: string[]) => string;
export declare const normAbsPath: (...inputPaths: string[]) => string;
export declare const getFileExtension: (filePath: string) => string;
