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