import type * as ElevenLabs from "../index"; export interface OpenAimcpTool { serverLabel: string; serverUrl: string; authorization?: string; allowedTools?: string[]; requireApproval?: ElevenLabs.OpenAimcpToolRequireApproval; }