import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the difference between two dates.
 */
export declare const $dateDiff: (obj: AnyObject, expr: Any, options: Options) => number;
