/** * Fixes windows paths. Does not alter unix paths. */ export declare function fixPath(path: string): string;