export { pathJoin };
declare function pathJoin(path1: string, path2: string): string;
