import { Options } from '../../../core'; /** * Returns true only when all its expressions evaluate to true. Accepts any number of argument expressions. * * @param obj * @param expr * @returns {boolean} */ export declare function $and(obj: object, expr: any, options: Options): any;