/** * Back-compat re-export. `BridgeTransport` was renamed to `BridgeTcpTransport` * and moved to @bobfrankston/tcp-transport. New code should import that * directly. This shim keeps existing imports working. */ export { BridgeTcpTransport as BridgeTransport } from "@bobfrankston/tcp-transport"; //# sourceMappingURL=bridge-transport.d.ts.map