import { MatesUtils } from "../MatesUtils/MatesUtils"; import { RouterUtils } from "../MatesUtils/RouterUtils"; /** * Resolve the nearest router scope from the current custom-element context. * Prefers `MatesUtils`, then bare `RouterUtils`. * Call only from component / template code — not from pure utils. */ export declare function getRouterScope(): RouterUtils | MatesUtils | null; /** * Like {@link getRouterScope}, but throws when no router scope is found. */ export declare function requireRouterScope(): RouterUtils | MatesUtils; //# sourceMappingURL=getRouterScope.d.ts.map