import { Options } from '../../../core'; /** * Applies an expression to each element in an array and combines them into a single value. * * @param {Object} obj * @param {*} expr */ export declare function $reduce(obj: object, expr: any, options: Options): any;