import type * as ElevenLabs from "../../../../../api/index"; import * as core from "../../../../../core"; import type * as serializers from "../../../../index"; import { AvatarContextRequestModel } from "../../../../types/AvatarContextRequestModel"; import { DialogueInput } from "../../../../types/DialogueInput"; import { ModelSettingsResponseModel } from "../../../../types/ModelSettingsResponseModel"; import { PronunciationDictionaryVersionLocator } from "../../../../types/PronunciationDictionaryVersionLocator"; import { BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization } from "../../types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization"; export declare const BodyTextToDialogueMultiVoiceV1TextToDialoguePost: core.serialization.Schema>; export declare namespace BodyTextToDialogueMultiVoiceV1TextToDialoguePost { interface Raw { inputs: DialogueInput.Raw[]; model_id?: string | null; language_code?: string | null; settings?: ModelSettingsResponseModel.Raw | null; pronunciation_dictionary_locators?: PronunciationDictionaryVersionLocator.Raw[] | null; seed?: number | null; apply_text_normalization?: BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.Raw | null; avatar_context?: AvatarContextRequestModel.Raw | null; } }