import type * as ElevenLabs from "../index"; export interface SayNodeLiteralMessageInput { type?: "literal"; /** Literal text message to be spoken by the agent. */ text: string; /** Translations for the text field */ textTranslations?: Record; }