import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns a boolean indicating whether a specified value is in an array.
 */
export declare const $in: (obj: AnyObject, expr: Any, options: Options) => boolean;
