import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { LlmDeprecationConfigModel } from "./LlmDeprecationConfigModel"; import { LlmInfoModel } from "./LlmInfoModel"; export declare const LlmListResponseModel: core.serialization.ObjectSchema; export declare namespace LlmListResponseModel { interface Raw { llms: LlmInfoModel.Raw[]; default_deprecation_config: LlmDeprecationConfigModel.Raw; } }