import { Any, AnyObject, Options } from "../../../types";
/**
 * Matches all values that are not equal to the value specified in the query.
 */
export declare const $ne: (obj: AnyObject, expr: Any, options: Options) => boolean;
