import { ViteDevServer } from 'vite';
export declare function registerHmrMiddleware(server: ViteDevServer): void;
