import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DynamicVariableContainerValueTypeOutput } from "./DynamicVariableContainerValueTypeOutput"; export declare const SimulationTestModelDynamicVariablesValue: core.serialization.Schema; export declare namespace SimulationTestModelDynamicVariablesValue { type Raw = string | number | number | boolean | DynamicVariableContainerValueTypeOutput.Raw; }