import { type Newable } from '@inversifyjs/common'; import { type PluginContext } from '@inversifyjs/plugin'; import type { Container } from './Container.js'; import { type ServiceReferenceManager } from './ServiceReferenceManager.js'; import { type ServiceResolutionManager } from './ServiceResolutionManager.js'; export declare class PluginManager { #private; constructor(container: Container, serviceReferenceManager: ServiceReferenceManager, serviceResolutionManager: ServiceResolutionManager); register(container: Container, pluginConstructor: Newable): void; } //# sourceMappingURL=PluginManager.d.ts.map