import { UpdateOptions } from "../../core";
import { AnyObject } from "../../types";
/** Sets the value of a field to the current date. */
export declare const $currentDate: (obj: AnyObject, expr: Record<string, true>, arrayFilters?: AnyObject[], options?: UpdateOptions) => string[];
