export declare type RoutesAssetRarityResponse = { /** * Rarity rank of asset across all assets in the same collection. Lower value is better. */ rank?: number; /** * Normalized score of an asset. Larger value is better. */ score?: number; /** * Number of assets in the collection */ total?: number; };