import type { CreateReactWorkerServerFn } from "./types.js";
/**
 * Creates a React Worker Server that configures worker-based rendering
 * Sets up middleware, HMR, and worker management like react-client/plugin.client.ts
 */
export declare const configureReactServer: CreateReactWorkerServerFn;
//# sourceMappingURL=configureReactServer.client.d.ts.map