import type * as ElevenLabs from "../index"; export interface AstNumberNodeOutput { /** Value of this literal. */ value: ElevenLabs.AstNumberNodeOutputValue; }