import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import * as serializers from "../index"; import { ArrayJsonSchemaPropertyOutputConstantValueItem } from "./ArrayJsonSchemaPropertyOutputConstantValueItem"; export declare const ArrayJsonSchemaPropertyOutput: core.serialization.ObjectSchema; export declare namespace ArrayJsonSchemaPropertyOutput { interface Raw { type?: "array" | null; description?: string | null; items?: serializers.ArrayJsonSchemaPropertyOutputItems.Raw | null; dynamic_variable?: string | null; constant_value?: ArrayJsonSchemaPropertyOutputConstantValueItem.Raw[] | null; } }