import { PipelineOperator } from "../../core";
/**
 * Restricts the number of documents in an aggregation pipeline.
 *
 * See {@link https://www.mongodb.com/docs/manual/reference/operator/aggregation/limit/ usage}.
 *
 * @param collection
 * @param value
 * @param options
 * @returns
 */
export declare const $limit: PipelineOperator;
