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