import { FindOperator } from '../FindOperator'; export declare function Not(value: T | FindOperator): FindOperator;