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