import { Comparable } from './comparable'; import { Condition } from './condition'; export declare function Not(condition: T | Condition): Condition;