import { Options } from '../../../core'; /** * Computes the sum of an array of numbers. * * @param obj * @param expr * @returns {Object} */ export declare function $add(obj: object, expr: any, options: Options): number | Date;