method Connection.prototype.nextPacketimport { Connection } from "https://deno.land/x/mysql@v2.10.3/src/connection.ts"; nextPacket(): Promise<ReceivePacket>ReturnsPromise<ReceivePacket>