export declare enum eAnimalRarityLevel { ARL_COMMON = 0, ARL_RARE = 1, ARL_LEGENDARY = 2, ARL_NUMRARITYLEVELS = 3 } //# sourceMappingURL=eAnimalRarityLevel.d.ts.map