declare class ClientConstant { static readonly MAX_USER_CONNECTIONS = 10; static readonly UNAVAILABLE_USER_TTL = 60; static readonly UNAVAILABLE_USER_SIZE = 100; } export { ClientConstant };