export { pluginModuleBanner }; import type { Plugin } from 'vite'; import '../../assertEnvVite.js'; declare function pluginModuleBanner(): Plugin[];