import { AnyObject, SortSpec } from "../../types";
/** Removes the first or last element of an array. */
export declare function $pop(expr: SortSpec, arrayFilters?: AnyObject[], options?: import("../../core/_internal").ComputeOptions): (obj: AnyObject) => string[];
