import { EthereumProvider } from "hardhat/types"; import { ChainConfig, CustomChain, EtherscanNetworkEntry } from "../types"; export declare function getEtherscanEndpoints(provider: EthereumProvider, networkName: string, chainConfig: ChainConfig, customChains: CustomChain[]): Promise; export declare function retrieveContractBytecode(address: string, provider: EthereumProvider, networkName: string): Promise; //# sourceMappingURL=prober.d.ts.map