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