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