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