import { UpdateOptions } from"../../core";
import { Any, AnyObject } from"../../types";
/** Replaces the value of a field with the specified value. */exportdeclareconst$set: (obj: AnyObject, expr: Record<string, Any>, arrayFilters?: AnyObject[], options?: UpdateOptions) =>string[];