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