export type Rarity = "common" | "uncommon" | "rare" | "epic" | "legendary";
//# sourceMappingURL=Rarity.d.ts.map