import { MongoConnection } from '../MongoConnection'; import { MongoDocument } from '../MongoTypes'; export declare function deleteMany(client: MongoConnection, db: string, collection: string, docs: Array): Promise>;