interface Pluginimport { type Plugin } from "https://deno.land/x/lume@v2.4.1/deps/esbuild.ts"; Propertiesname: stringsetup: (build: PluginBuild) => (void | Promise<void>)