import { WebSocket } from "ws"; import { SessionAPI, type UIApi } from "./SessionAPI.js"; export type { SessionAPI, UIApi }; export declare const globalWsMap: Map; export declare function startWsServer(port?: number): void; export declare const initSession: (nid: number | string, workDir: string) => Promise; //# sourceMappingURL=ws-server.d.ts.map