class WireProtocolRe-exportimport { WireProtocol } from "https://deno.land/x/mongo@v0.31.1/src/protocol/mod.ts"; ConstructorsnewWireProtocol(socket: Socket)Methodsprivatereceive()privatesend()command<T = Document>(db: string, body: Document): Promise<T[]>commandSingle<T = Document>(db: string, body: Document): Promise<T>connect()