import { Any, AnyObject, Options } from "../../../types";
/**
 * Applies an expression to each element in an array and combines them into a single value.
 */
export declare function $reduce(obj: AnyObject, expr: AnyObject, options: Options): Any;
