/**
 * @fileoverview OrdoJS HMR Client Runtime
 *
 * Client-side hot module replacement runtime that communicates with the dev server.
 * This code gets injected into the browser during development.
 */
/**
 * Generate HMR client runtime code
 */
export declare function generateHMRClientCode(port: number): string;
//# sourceMappingURL=hmr-client.d.ts.map