class Channelimport { Channel } from "https://dotland.deno.dev/std@0.177.0/node/diagnostics_channel.ts"; ConstructorsnewChannel(name: string)Properties_subscribers: Subscriber[]readonlyhasSubscribersname: stringMethodspublish(message: unknown)subscribe(subscription: Subscriber)unsubscribe(subscription: Subscriber)