interface AudioParamMapimport { type AudioParamMap } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts"; MethodsforEach(callbackfn: (value: AudioParam,key: string,parent: AudioParamMap,) => void, thisArg?: any): void