export declare function join(...paths: string[]): string;
export declare function normalizePath(path: string): string;
