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