variable TextEncoderimport { TextEncoder } from "https://deno.land/x/deno@v2.0.4/ext/web/lib.deno_web.d.ts"; type{ readonly prototype: TextEncoder; new (): TextEncoder; }