import { PluginBuild } from 'esbuild'; declare const json: { name: string; setup(build: PluginBuild): void; }; export { json };