export declare function unixify(path: string): string; export declare function join(from: string, p2: string): string; export declare function relative(base: string, to: string): string; export declare function dirname(path: string): string;