function handshakeimport { handshake } from "https://deno.land/x/mongo@v0.31.1/src/protocol/handshake.ts"; handshake(protocol: WireProtocol): Promise<HandshakeResponse>Parametersprotocol: WireProtocolReturnsPromise<HandshakeResponse>