import { Factory, FactoryOutput } from './types.js'; import { Plugin } from 'esbuild'; import 'unplugin'; import 'webpack'; import 'rollup'; import 'vite'; declare const getEsbuildPlugin: (factory: Factory) => FactoryOutput; export { getEsbuildPlugin };