//#region src/utils/url.d.ts declare function constructRedirectUrl(redirectUrl: URL | string | undefined, callbackUrlName: string): string; //#endregion export { constructRedirectUrl }; //# sourceMappingURL=url.d.ts.map