| 1 | import { IPlugin, IPluginMetadata, PluginState } from './Plugin'; |
| 2 | import type { IService } from './ServiceContainer'; |
| 3 | import type { Core } from '../Core'; |
| 4 | import type { ServiceContainer } from './ServiceContainer'; |
nothing calls this directly
no test coverage detected