import { HardhatRuntimeEnvironment, RunSuperFunction } from 'hardhat/types'; /** * Overrides hardhat-verify's verify:etherscan subtask to fully verify a proxy or beacon. * * Verifies the contract at an address. If the address is an ERC-1967 compatible proxy, verifies the proxy and associated proxy contracts, * as well as the implementation. Otherwise, calls hardhat-verify's verify function directly. * * @param args Args to the hardhat-verify verify function * @param hre * @param runSuper The parent function which is expected to be hardhat-verify's verify function * @returns */ export declare function verify(args: any, hre: HardhatRuntimeEnvironment, runSuper: RunSuperFunction): Promise; //# sourceMappingURL=verify-proxy.d.ts.map