import { Document } from 'mongodb';
import Chainable = Cypress.Chainable;
export declare function aggregate(pipeline: Document[] | Buffer, options?: any): Chainable;
