import { AggregatedSimData } from '@argent/x-shared'; export declare const getERC721Transactions: (aggregatedData?: AggregatedSimData[]) => AggregatedSimData[]; export declare const useERC721Transactions: (aggregatedData?: AggregatedSimData[]) => AggregatedSimData[]; export declare const hasERC721Transactions: (aggregatedData?: AggregatedSimData[]) => boolean; export declare const useHasERC721Transaction: (aggregatedData?: AggregatedSimData[]) => boolean;