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