import { IContext } from "../_context"; export declare function injectedInto(symbol: symbol): (ctx: IContext) => boolean; export declare function injectedInto(): never; export declare function injectedInto

(): (ctx: IContext) => boolean;