import { Clause } from './data/Clause';
export declare function maybeNegate(clause: Clause, value: boolean): boolean;
//# sourceMappingURL=matchClause.d.ts.map