import { AggregatedSimData } from "./aggregatedSimDataTypes"; export declare const getERC20Transactions: (aggregatedData?: AggregatedSimData[]) => AggregatedSimData[]; export declare const useERC20Transactions: (aggregatedData?: AggregatedSimData[]) => AggregatedSimData[]; export declare const hasERC20Transactions: (aggregatedData?: AggregatedSimData[]) => boolean; export declare const hasIncomingERC20Transactions: (aggregatedData?: AggregatedSimData[]) => boolean; export declare const hasOutgoingERC20Transactions: (aggregatedData?: AggregatedSimData[]) => boolean;