import type * as ElevenLabs from "../index"; export type DynamicVariableValueTypeOutput = string | number | number | boolean | (ElevenLabs.DynamicVariableNestedValueTypeOutput | undefined)[];