export declare enum Difficulty {
    NORMAL = 0,
    HARD = 1,
    GREED = 2,
    GREEDIER = 3
}
//# sourceMappingURL=Difficulty.d.ts.map