import { ExpressionOperator } from"../../../types";
/**
* Takes an array that contains two numbers or two dates and subtracts the second value from the first.
*
* @param obj
* @param expr
* @param options
* @returns {number}
*/
export declareconst$subtract: ExpressionOperator;