export declare const enum CharacterStatus {
    Alive = "Alive",
    Dead = "Dead",
    Unknown = "unknown"
}
