import { QueryOperator } from"../../../types";
/**
* Inverts the effect of a query expression and returns documents that do not match the query expression.
*
* @param selector
* @param rhs
* @returns {Function}
*/
export declareconst$not: QueryOperator;