| 1 | import type { Envelope } from "@effect/cluster" |
| 2 | import { ClusterSchema, Entity } from "@effect/cluster" |
| 3 | import type { RpcGroup } from "@effect/rpc" |
| 4 | import { Rpc, RpcSchema } from "@effect/rpc" |
nothing calls this directly
no test coverage detected