import { Plugin } from 'vite';

declare function circularHMR(): Plugin;

export { circularHMR };
