export declare enum EServerAction {
    OFFLINE = "offline",
    ONLINE = "online"
}
