import { Options } from '../../../core'; /** * Returns a boolean indicating whether a specified value is in an array. * * @param {Object} obj * @param {Array} expr */ export declare function $in(obj: object, expr: any, options: Options): any;