import { Awaitable, RegisteredRouter } from '@tanstack/router-core';
export declare const getRouterInstance: () => Awaitable<RegisteredRouter>;
