export declare function dirname(path: string): string; export declare function getPathSep(...paths: string[]): "/" | "\\"; export declare function join(...paths: string[]): string; export declare function normalize(path: string): string; export declare function normalizePathEnding(path: string, pathSep?: string): string;