/** Current gateway protocol version emitted by modern clients and servers. */ export declare const PROTOCOL_VERSION: 4; /** Lowest client protocol version accepted by the gateway. */ export declare const MIN_CLIENT_PROTOCOL_VERSION: 4; /** Lowest lightweight probe protocol version accepted by the gateway. */ export declare const MIN_PROBE_PROTOCOL_VERSION: 4;