export declare function joinPath(...paths: (string | number)[]): string; export declare function parsePath(path: string): string[];