export type TokenRankingFeatures = {
    uniqueTraitCount: number;
};
