import { Any, AnyObject, Options } from "../../../types";
/**
 * Takes an array that contains two numbers or two dates and subtracts the second value from the first.
 */
export declare const $subtract: (obj: AnyObject, expr: Any, options: Options) => Any;
