/** Stable identifier used for the root route in a route tree. */ export declare const rootRouteId = "__root__"; export type RootRouteId = typeof rootRouteId;