/** * `velar/websocket` — the Web half of the socket surface: `connect` and nothing that listens. * * D115 §三: one file per `velar/*` surface, holding that surface's `ValueType` * tables and the `webModuleInterfaces` entry they build. */ import { type ModuleInterface, type ValueType } from "@velarscript/compiler"; export declare const webSocketCloseType: ValueType; export declare const webSocketMessageType: ValueType; export declare const velarWebSocketModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=websocket.d.ts.map