import { Options } from '../../../core'; /** * Returns the boolean value that is the opposite of its argument expression. Accepts a single argument expression. * * @param obj Document from collection * @param expr Right hand side expression of operator * @returns {boolean} */ export declare function $not(obj: object, expr: any, options: Options): any;