export declare enum ForgingStatus {
    Forging = 0,
    Missing = 1,
    NotForging = 2,
    NeverForged = 3,
    BecameActive = 4
}
