interface HTMLCollectionMutatorimport { type HTMLCollectionMutator } from "https://deno.land/x/deno_dom@v0.1.40/src/dom/html-collection.ts"; Methodspush(...elements: Element[]): numbersplice(start: number,deleteCount?: number,...items: Element[],): Element[]indexOf(element: Element, fromIndex?: number | undefined): number