import { type ActivationsService, type BindingService, type DeactivationsService, type PlanResultCacheService } from '@inversifyjs/core'; export interface PluginContext { readonly activationService: ActivationsService; readonly bindingService: BindingService; readonly deactivationService: DeactivationsService; readonly planResultCacheService: PlanResultCacheService; } //# sourceMappingURL=PluginContext.d.ts.map