import type { VerifyActionArgs } from "../types.js";
import type { NewTaskActionFunction } from "hardhat/types/tasks";
declare const verifyEtherscanAction: NewTaskActionFunction<VerifyActionArgs>;
export default verifyEtherscanAction;
//# sourceMappingURL=task-action.d.ts.map