export declare enum Command {
    Help = "help",
    Peg = "peg",
    Status = "status",
    Keywords = "keywords",
    Ping = "ping",
    Welcome = "welcome",
    Rotation = "rotation",
    Winners = "winners",
    Results = "results",
    Reset = "reset",
    Update = "update",
    Finish = "finish",
    NumberConfig = "numberconfig",
    StringConfig = "stringconfig",
    RoleConfig = "roleconfig",
    Unpeg = "unpeg",
    LocationConfig = "locationconfig",
    UserLocation = "userlocation",
    RemoveUser = "removeuser",
    LocationWeight = "locationweight"
}
