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