export declare const CLAUSE_TYPE_COMPOUND = "compound"; export declare const CLAUSE_TYPE_TERMINAL = "terminal"; export declare const CLAUSE_TYPE_NOT = "not";