export declare enum ConnectionStatusEnum {
    Connected = 0,
    Diconnect = 1,
    Standby = 2
}
