export declare class UpdateConnectionState { static disconnected: number; static connected: number; static broken: number; state: number; constructor(state: number); }