import type { FlightRouterState } from '../../../shared/lib/app-router-types';
import type { RouteTree } from '../segment-cache/cache';
export declare function isNavigatingToNewRootLayout(currentTree: FlightRouterState, nextTree: RouteTree): boolean;
