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