declare const WeightedRandom: (rarity: Record<string, number>) => string | null;
export default WeightedRandom;
