import { Any, AnyObject, Options } from "../../types";
/**
 * Limits the number of elements projected from an array. Supports skip and limit slices.
 */
export declare const $slice: (obj: AnyObject, expr: Any, field: string, options: Options) => Any;
