import { MongoDocument } from '../MongoTypes'; import { MongoConnection } from '../MongoConnection'; export declare function find(client: MongoConnection, db: string, collection: string, filter?: any, projection?: any, sort?: any, skip?: number, limit?: number): Promise>;