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