export declare const ACCESS_TOKEN_EXPIRED = "access_token_expired"; export declare const CONNECTION_TIMEOUT = "connection_timeout"; export declare const CUSTOMER_BANNED = "customer_banned"; export declare const CUSTOMER_TEMPORARILY_BLOCKED = "customer_temporarily_blocked"; export declare const INACTIVITY_TIMEOUT = "inactivity_timeout"; export declare const INTERNAL_ERROR = "internal_error"; export declare const LICENSE_EXPIRED = "license_expired"; export declare const LICENSE_NOT_FOUND = "license_not_found"; export declare const MISDIRECTED_CONNECTION = "misdirected_connection"; export declare const PRODUCT_VERSION_CHANGED = "product_version_changed"; export declare const SERVICE_TEMPORARILY_UNAVAILABLE = "service_temporarily_unavailable"; export declare const TOO_MANY_CONNECTIONS = "too_many_connections"; export declare const TOO_MANY_UNAUTHORIZED_CONNECTIONS = "too_many_unauthorized_connections"; export declare const UNSUPPORTED_VERSION = "unsupported_version"; export declare const LOGGED_OUT_REMOTELY = "logged_out_remotely"; //# sourceMappingURL=serverDisconnectionReasons.d.ts.map