export = join; /** * @param {string[]} args */ declare function join(...args: string[]): string; //# sourceMappingURL=path-join.browser.d.ts.map