| /* | |
| @license | |
| Rollup.js v2.63.0 | |
| Tue, 04 Jan 2022 07:30:25 GMT - commit ae674c9edde5efb8ce6d8ef845598a805938178c | |
| https://github.com/rollup/rollup | |
| Released under the MIT License. | |
| */ | |
| export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js'; | |
| import 'path'; | |
| import 'crypto'; | |
| import 'fs'; | |
| import 'events'; |