import type { ContractFactory } from 'ethers'; import { HardhatRuntimeEnvironment } from 'hardhat/types'; import { DefenderDeployOptions, UpgradeOptions, EthersDeployOptions, DefenderDeployment } from '../utils'; export declare function defenderDeploy(hre: HardhatRuntimeEnvironment, factory: ContractFactory, opts: UpgradeOptions & EthersDeployOptions & DefenderDeployOptions, ...args: unknown[]): Promise; //# sourceMappingURL=deploy.d.ts.map