export declare class Path { constructor(); join(start: string, end: string): string; joinWithCwd(dir: string): string; }