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