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