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