class ImportMapimport { ImportMap } from "https://deno.land/x/import_map@v0.20.1/mod.ts"; ConstructorsnewImportMap(inner: JsImportMap)Methodsresolve(specifier: string, referrer: string | URL)Given a specifier and a referrer, return the resolved string URL. toJSON(): stringReturn the value of the import map as a JSON string.