/** * Pathname for `AuthRoutes`. Uses host `pathname` from `AuthRouterProvider` when set; * otherwise tracks `window.location` via `popstate` and `auth-ui:navigate`. */ export declare function useAuthPathname(fallback?: string): string; //# sourceMappingURL=useAuthPathname.d.ts.map