export declare function toPosixPath(path: string): string; export declare function toWindowsPath(path: string): string; export declare const toPlatformPath: typeof toWindowsPath; export declare function getRelativeFileName(importingFileName: string, importedFileName: string): string; //# sourceMappingURL=path.d.ts.map