export declare const ProtocolV1 = "1"; /** The versions of the websocket protocol */ export type ProtocolVersion = typeof ProtocolV1; //# sourceMappingURL=protocolVersion.d.ts.map