/** * `velar/realtime` — the server-sent event stream, and the typed reconnecting client composed over `velar/websocket`. * * D115 §三: one file per `velar/*` surface, holding that surface's `ValueType` * tables and the `webModuleInterfaces` entry they build. */ import { type ModuleInterface } from "@velarscript/compiler"; export declare const velarRealtimeModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=realtime.d.ts.map