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