export default class ClientStatus { static readonly CONNECTING: string = "CONNECTING"; static readonly CONNECTED: string = "CONNECTED"; static readonly BUSY: string = "BUSY"; static readonly BINDING: string = "BINDING"; static readonly BOUND: string = "BOUND"; static readonly NOT_CONNECTED: string = "NOT CONNECTED"; }