import { type Plugin } from "vite";
import type { StreamPluginOptions } from "../types.js";
export declare function reactClientPlugin(options: StreamPluginOptions): Plugin;
//# sourceMappingURL=plugin.d.ts.map