import { Any, AnyObject, Options } from "../../../types";
/**
 * Computes the sum of an array of numbers.
 */
export declare const $add: (obj: AnyObject, expr: Any, options: Options) => number | Date;
