import { Any, AnyObject } from "../../types";
/** Removes all instances of the specified values from an existing array. */
export declare function $pullAll(expr: Record<string, Any[]>, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];
