import { AnyRouter, RegisteredRouter } from '@tanstack/router-core'; export declare function useRouter(opts?: { warn?: boolean; }): TRouter;