import type * as ElevenLabs from "../index"; export interface SubAgentOutput { agentId: string; branchId?: string; description: string; parameters?: ElevenLabs.ObjectJsonSchemaPropertyOutput; }