/** * Lazy ServiceContainer initializer. * * Created on first tool call, shared across concurrent calls via promise caching. * Project root auto-detected from IDO4_PROJECT_ROOT env var or process.cwd(). */ import { ServiceContainer } from '@ido4/core'; export declare function getContainer(): Promise; export declare function resetContainer(): void; //# sourceMappingURL=container-init.d.ts.map