interface NodeListimport { type NodeList } from "https://deno.land/x/aleph@v0.2.28/vendor/deno-dom/node-list.ts"; Index Signaturesreadonly [index: number]: NodePropertiesreadonlylength: numberMethodsnew(): NodeList[[Symbol.iterator]](): Generator<Node>item(index: number): Node[nodeListMutatorSym](): NodeListMutatorvariable NodeListimport { NodeList } from "https://deno.land/x/aleph@v0.2.28/vendor/deno-dom/node-list.ts";