import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import * as serializers from "../index"; export declare const DynamicVariableNestedValueTypeOutput: core.serialization.Schema; export declare namespace DynamicVariableNestedValueTypeOutput { type Raw = string | number | number | boolean | (serializers.DynamicVariableNestedValueTypeOutput.Raw | null | undefined)[]; }