//#region src/internal/clerk-js/path.d.ts type PathString = string | null | undefined; declare function joinPaths(a: PathString, b: PathString): string; //#endregion export { joinPaths }; //# sourceMappingURL=path.d.ts.map