export declare enum CONNECTION_STATUS { 'CONNECTED' = "CONNECTED", 'DISCONNECTED' = "DISCONNECTED" }