/** * Team Runtime * * Orchestrates multiple child processes for parallel agent execution. */ export declare class TeamRuntime { private workers; constructor(); startTeam(count: number, role: string, task: string, cwd?: string): Promise; private spawnWorker; private checkTeamCompletion; shutdownTeam(cwd?: string): Promise; } //# sourceMappingURL=runtime.d.ts.map