import { AnyObject } from "../../types";
/** Removes from an existing array all instances of a value or values that match a specified condition. */
export declare function $pull(expr: AnyObject, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];
