import { Document } from 'mongodb';
import Chainable = Cypress.Chainable;
export declare function deleteOne(filter: Document, options?: any): Chainable;
export declare function deleteMany(filter: Document, options?: any): Chainable;
