import { ParsedDataReturn } from '../../types'; import { AttributeRarityProps } from './attributeRarity.type'; export declare const attributeRarity: ({ contractId, attributeType, attributeValue, network, }: AttributeRarityProps) => Promise>; //# sourceMappingURL=attributeRarity.d.ts.map