import * as rollup from 'rollup'; import { UserOptions } from './types.js'; import 'webpack'; import 'esbuild'; declare const _default: (options?: UserOptions | undefined) => rollup.Plugin | rollup.Plugin[]; export { _default as default };