import { Response } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.webworker.d.ts";
type
{ prototype: Response; new (body?: BodyInit | null, init?: ResponseInit): Response; error(): Response; json(data: any, init?: ResponseInit): Response; redirect(url: string | URL, status?: number): Response; }