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