export declare function convertPath( el: string ): { orig_path: string normalized_path: string } export declare function toPosixPath(windowsPath: string): string