variable MessagePortimport { MessagePort } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.dom.d.ts"; type{ prototype: MessagePort; new (): MessagePort; }