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