export declare function normalizePath(path: string): string; export declare function joinPaths(...paths: Array): string; export declare function basenamePath(path: string): string; export declare function dirnamePath(path: string): string; export declare function extnamePath(path: string): string;