import { UpdateOptions } from "../../core";
import { AnyObject } from "../../types";
/** Removes the first or last element of an array. */
export declare const $pop: (obj: AnyObject, expr: Record<string, 1 | -1>, arrayFilters?: AnyObject[], options?: UpdateOptions) => string[];
