import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ConversationHistorySipTrunkingPhoneCallModelDirection } from "./ConversationHistorySipTrunkingPhoneCallModelDirection"; export declare const ConversationHistorySipTrunkingPhoneCallModel: core.serialization.ObjectSchema; export declare namespace ConversationHistorySipTrunkingPhoneCallModel { interface Raw { direction: ConversationHistorySipTrunkingPhoneCallModelDirection.Raw; phone_number_id: string; agent_number: string; external_number: string; call_sid: string; sip_header_dynamic_variables?: Record | null; } }