import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the boolean value that is the opposite of its argument expression. Accepts a single argument expression.
 */
export declare const $not: (obj: AnyObject, expr: Any, options: Options) => Any;
