import { AbortSignal } from "https://deno.land/x/deno@v2.0.4/ext/web/lib.deno_web.d.ts";
type
{ readonly prototype: AbortSignal; new (): never; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }