/** * Dynamic loader for `node-datachannel` — an optional native dependency. * * WebRTC (Mode C) is the only transport that needs it. Sandboxed installs * (NemoClaw, minimal Docker images) often lack the toolchain to build it, * so it lives in @agenticros/core's optionalDependencies and is imported * only when transport.mode === "webrtc". */ type NodeDataChannelModule = any; export declare function loadNodeDataChannel(): Promise; export {}; //# sourceMappingURL=node-datachannel-loader.d.ts.map