/** Status ailment types */
export declare enum StatusType {
    POISON = "poison",
    PARALYSIS = "paralysis",
    SLEEP = "sleep",
    STUN = "stun",
    EXHAUST = "exhaust"
}
