/** * Registers known routes ahead of auth/theme gating so public routes can bypass * the loading screens. Returns the current route config plus a convenience * `isPublicRoute` flag. */ export declare const useRouteRegistration: (children: any) => { routeConfig: import("./routeRegistryStore").RouteConfig; isPublicRoute: boolean; }; //# sourceMappingURL=useRouteRegistration.d.ts.map