export declare enum EWaServerStatus {
    RUNNING = "RUNNING",
    STOPPED = "STOPPED",
    FULL = "FULL"
}
