export const ProtocolV1 = "1" /** The versions of the websocket protocol */ export type ProtocolVersion = typeof ProtocolV1