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