/** * Convert Windows separators to Unix separators. */ export declare function normalizePath(p: string): string;