import { PipelineOperator } from"../../core";
/**
* Groups documents together for the purpose of calculating aggregate values based on a collection of documents.
*
* @param collection
* @param expr
* @param options
* @returns {Array}
*/
export declareconst$group: PipelineOperator;