export declare const WS_PROTOCOL_SECURE = "wss";
export declare const WS_PROTOCOL_INSECURE = "ws";
export declare const WS_PREFIX_PATH = "ws";
export declare const WS_SUB_PROTOCOL_PREFIX = "__";
export declare const WS_FACILITY_NOTIFY = "notify";
export declare const WS_HEARTBEAT_MESSAGE = "--1a61c1de89b75ddfbb684b8d224ee3ae--";
