/** * Elrest eDesign Runtime IPC Typescript Model Runtime Client Protocol * * @copyright 2024 Elrest Automations Systeme GMBH * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/protocol */ export declare enum ClientProtocol { ws = "ws", wss = "wss" }