import type * as ElevenLabs from "../index"; export interface RunSubagentToolConfigOutput { agents: ElevenLabs.SubAgentOutput[]; }