interface Channelimport { type Channel } from "https://deno.land/x/live@1.60.0/deps.ts"; Type ParametersSendRecvPropertiessend: (data: Send) => Promise<void>recv: () => Promise<Recv>closed: Eventoptionalencryption: ChannelEncryption