declare enum Status { OFFLINE = 0, CONNECTING = 1, RECONNECTING = 2, CONNECTED = 3 } export default Status; export declare const StatusLabels: Map;