import type * as ElevenLabs from "../index"; export interface DynamicVariablesConfig { /** A dictionary of dynamic variable placeholders and their values */ dynamicVariablePlaceholders?: Record; }