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