export declare const ROUTER_KEY = "real-router:router"; export declare const NAVIGATOR_KEY = "real-router:navigator"; export declare const ROUTE_KEY = "real-router:route"; export declare const HTTP_STATUS_KEY = "real-router:http-status-sink"; export declare function getContextOrThrow(key: string, consumerName: string): T;