/** @codex-xmi-id 95dd2000-0a32-52e9-94e7-bd02f73cd0b4 */ export declare enum MQTTProtocol { ws = "ws", wss = "wss", mqtt = "mqtt", mqtts = "mqtts" }