type PathString = string | null | undefined; export declare function joinPaths(...args: PathString[]): string; export {}; //# sourceMappingURL=path.d.ts.map