import { Any, Options } from "../../../types";
/**
 * Matches values that do not exist in an array specified to the query.
 */
export declare const $nin: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;
