import '@nomicfoundation/hardhat-verify'; import { HardhatRuntimeEnvironmentExtended, IDeploymentParams } from './types'; export declare const verifyOne: (contractAddress: string, deploymentParams: IDeploymentParams, hre: HardhatRuntimeEnvironmentExtended) => Promise; export declare function VerifyCreate2FromList(hre: HardhatRuntimeEnvironmentExtended): Promise; //# sourceMappingURL=verify.d.ts.map