import type { VerifyActionArgs } from "./types.js";
import type { HardhatRuntimeEnvironment } from "hardhat/types/hre";
import type { NewTaskActionFunction } from "hardhat/types/tasks";
import { verifyContract } from "../../verification.js";
declare const verifyAction: NewTaskActionFunction<VerifyActionArgs>;
export declare function internalVerifyAction({ constructorArgs, constructorArgsPath, librariesPath, ...verifyActionArgs }: VerifyActionArgs, hre: HardhatRuntimeEnvironment, verifyContractFn: typeof verifyContract): Promise<void>;
export default verifyAction;
//# sourceMappingURL=task-action.d.ts.map