import type { AnyTanStackRouteMatch } from './types'; export declare function startTanStackRouterView(routeMatches: AnyTanStackRouteMatch[]): void; export declare function computeViewName(routeMatches: AnyTanStackRouteMatch[]): string;