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