/** * Configuration types for context injection, shared by the `ContextInjector` plugin and * `MemoryManager`'s `injection` config. */ export type { InjectionConfig, InjectionTrigger, InjectionContext } from './types.js'; //# sourceMappingURL=index.d.ts.map