interface Pluginimport { type Plugin } from "https://deno.land/x/esbuild@v0.18.17/wasm.js"; Propertiesname: stringsetup: (build: PluginBuild) => (void | Promise<void>)