import { HardhatPluginError } from "hardhat/plugins"; import { EthereumProvider } from "hardhat/types"; export declare class NetworkProberError extends HardhatPluginError { constructor(message: string); } export declare function getEtherscanEndpoint(provider: EthereumProvider): Promise; export declare function retrieveContractBytecode(address: string, provider: EthereumProvider): Promise; //# sourceMappingURL=prober.d.ts.map