/** * * @param paths :: string[] A list of paths to join together * @param trailingSlash :: boolean whether or not to append a trailing slash */ export declare function pathJoin(paths: ReadonlyArray, trailingSlash?: boolean): string; //# sourceMappingURL=pathJoin.d.ts.map