import type { Tool, ToolRegistry } from './Registry.js'; import type { AurixConfig } from '../agent/Config.js'; import { EventEmitter } from 'events'; export declare const orchestratorEvents: EventEmitter<[never]>; export declare function createSpawnAgentTool(config: AurixConfig, registry: ToolRegistry): Tool; //# sourceMappingURL=SpawnAgent.d.ts.map