export interface AstBooleanNodeOutput { /** Value of this literal. */ value: boolean; }