/** Converts the given Windows path into a Unix path */ export declare function unixify(text: string): string; //# sourceMappingURL=unixify.d.ts.map