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