import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { BatchCallingCampaignInformation } from "./BatchCallingCampaignInformation"; export declare const ConversationHistoryBatchCallModel: core.serialization.ObjectSchema; export declare namespace ConversationHistoryBatchCallModel { interface Raw { batch_call_id: string; batch_call_recipient_id: string; campaign?: BatchCallingCampaignInformation.Raw | null; } }