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