import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { TelephonyDirection } from "./TelephonyDirection"; export declare const ConversationHistoryTwilioPhoneCallModel: core.serialization.ObjectSchema; export declare namespace ConversationHistoryTwilioPhoneCallModel { interface Raw { direction: TelephonyDirection.Raw; phone_number_id: string; agent_number: string; external_number: string; stream_sid: string; call_sid: string; } }