import { type Router } from '../utils/router'; /** * Returns the host-injected router from `AuthRouterProvider`, or the default history router. * * For React Router: wrap with `ReactRouterAuthBridge` inside `BrowserRouter`. * For Next.js App Router: wrap with `NextAuthRouterBridge`. */ export declare function useRouter(): Router; //# sourceMappingURL=useRouter.d.ts.map