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