export declare enum DragonRarity { Common = "C", Rare = "R", VeryRare = "V", Epic = "E", Legendary = "L", Mythic = "M", Heroic = "H" }