import { Any, AnyObject, Options } from "../../../types";
/**
 * Decrements a Date object by a specified number of time units.
 */
export declare const $dateSubtract: (obj: AnyObject, expr: Any, options: Options) => Date;
