import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { PromptAgentApiModelOverrideInput } from "./PromptAgentApiModelOverrideInput"; export declare const AgentConfigOverrideInput: core.serialization.ObjectSchema; export declare namespace AgentConfigOverrideInput { interface Raw { first_message?: string | null; language?: string | null; max_conversation_duration_message?: string | null; prompt?: PromptAgentApiModelOverrideInput.Raw | null; } }