import { Options } from '../../../core'; /** * Takes an array that contains two numbers or two dates and subtracts the second value from the first. * * @param obj * @param expr * @returns {number} */ export declare function $subtract(obj: object, expr: any, options: Options): number;