export interface SayNodeLiteralMessageInput {
    type?: "literal";
    /** Literal text message to be spoken by the agent. */
    text: string;
}
