export declare function normalizePath(input: string): string; export declare function dirname(path: string): string; export declare function basename(path: string): string; export declare function isSubPath(target: string, potentialParent: string): boolean; //# sourceMappingURL=path.d.ts.map