import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { OpenAimcpToolRequireApproval } from "./OpenAimcpToolRequireApproval"; export declare const OpenAimcpTool: core.serialization.ObjectSchema; export declare namespace OpenAimcpTool { interface Raw { server_label: string; server_url: string; authorization?: string | null; allowed_tools?: string[] | null; require_approval?: OpenAimcpToolRequireApproval.Raw | null; } }