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