/* @license Rollup.js v2.70.2 Fri, 15 Apr 2022 05:14:21 GMT - commit 030c56fd6b186a0ddfd57d143ad703f34fd2c17a https://github.com/rollup/rollup Released under the MIT License. */ export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js'; import 'path'; import 'process'; import 'perf_hooks'; import 'crypto'; import 'fs'; import 'events';