export { pluginModuleBanner };
import type { Plugin } from 'vite';
declare function pluginModuleBanner(): Plugin;
