export interface AstllmNodeOutput {
    /** The prompt to evaluate to a boolean value. */
    prompt: string;
}
