import type { ClusterTransport } from "./types.js"; /** * Creates a cluster transport for Node.js/Bun using the `ws` package. * The `ws` import is deferred to `startServer()` to avoid loading it in Deno. */ export declare function createNodeTransport(): ClusterTransport; //# sourceMappingURL=node-transport.d.ts.map