import type { Plugin } from "vite";
/**
 * Plugin that provides the `virtual:react-server/hmr` module.
 * Works in both dev and build — HMR code tree-shakes away in production.
 */
export declare function virtualRscHmrPlugin(): Plugin;
//# sourceMappingURL=virtualRscHmrPlugin.d.ts.map