export declare enum TrophyRarity {
    UltraRare = 0,
    VeryRare = 1,
    Rare = 2,
    Common = 3
}
