import { Any, AnyObject, Options } from"../../../types";
/**
* Inverts the effect of a query expression and returns documents that do not match the query expression.
*/exportdeclarefunction$not(selector: string, rhs: Any, options: Options): (obj: AnyObject) =>boolean;