import type * as ElevenLabs from "../index"; export interface TransferToAgentToolConfigInput { transfers: ElevenLabs.AgentTransferInput[]; }