import { URLSearchParams } from "https://deno.land/x/deno@v2.0.4/ext/url/lib.deno_url.d.ts";
type
{ readonly prototype: URLSearchParams; new (init?: Iterable<string[]> | Record<string, string> | string): URLSearchParams; }
x/deno/ext/url/lib.deno_url.d.ts>URLSearchParams
import { URLSearchParams } from "https://deno.land/x/deno@v2.0.4/ext/url/lib.deno_url.d.ts";