import { ContractFactory } from 'ethers'; import { Libraries, ProxyOptions } from 'hardhat-deploy/types'; import { HardhatRuntimeEnvironment } from 'hardhat/types'; export declare const unsafeDeployment: (factory: T, name: string, hre: HardhatRuntimeEnvironment, args?: Array, isUpgradeable?: boolean, libraries?: Libraries | undefined, proxyOptions?: ProxyOptions | undefined) => Promise>; //# sourceMappingURL=unsafe-deployment.d.ts.map