import EthereumNetwork from '@providers/EthereumNetwork'; import PolygonNetwork from '@providers/PolygonNetwork'; import { IAbiItem } from '@types'; export declare const handleGetContractName: (provider: EthereumNetwork | PolygonNetwork, contractAbi: IAbiItem[], contractAddress: string) => any; //# sourceMappingURL=name.d.ts.map