import { Document } from 'bson';
export declare function call(method: string, params: Document, opts: unknown): Promise<unknown>;
