function connectimport { connect } from "https://dotland.deno.dev/std@0.177.0/node/net.ts"; connect(options: NetConnectOptions, connectionListener?: () => void): Socketconnect(port: number,host?: string,connectionListener?: () => void,): Socketconnect(path: string, connectionListener?: () => void): SocketParametersoptions: NetConnectOptionsoptionalconnectionListener: () => voidReturnsSocketParametersport: numberoptionalhost: stringoptionalconnectionListener: () => voidReturnsSocketParameterspath: stringoptionalconnectionListener: () => voidReturnsSocket