import { AnyObject } from "../../types";
/** Replaces the value of a field with the specified value. */
export declare function $set(expr: AnyObject, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];
