/** * In-memory TopicControlPlane simulator (1 writer -> many subscribers). * * Goal: stress the real @peerbit/pubsub + @peerbit/stream code paths (routing, * ACK learning, backpressure/lanes, dialer/pruner) while avoiding real sockets * and heavy crypto costs. */ export {}; //# sourceMappingURL=pubsub-topic-sim.d.ts.map