import { AnyObject } from "../../types";
/** Appends a specified value to an array. */
export declare function $push(expr: AnyObject, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];
