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