import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const ConversationHistoryTranscriptToolCallMcpDetails: core.serialization.ObjectSchema; export declare namespace ConversationHistoryTranscriptToolCallMcpDetails { interface Raw { mcp_server_id: string; mcp_server_name: string; integration_type: string; parameters?: Record | null; approval_policy: string; requires_approval?: boolean | null; mcp_tool_name?: string | null; mcp_tool_description?: string | null; } }