/** * `velar/websocket` — the client half Web also publishes, plus the * server half only a local runtime can have * * D115 §三: one file per `velar/*` surface, holding that surface's `ValueType` * tables and the `nodeModuleInterfaces` entry they build. */ import { type ModuleInterface } from "@velarscript/compiler"; export declare const velarWebSocketModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=websocket.d.ts.map