import { Options } from '../../core'; /** * Limits the number of elements projected from an array. Supports skip and limit slices. * * @param obj * @param field * @param expr */ export declare function $slice(obj: object, expr: any, field: string, options: Options): any;