import type { HardhatRuntimeEnvironment } from 'hardhat/types'; import { ZkSyncArtifact } from '@matterlabs/hardhat-zksync-deploy/src/types'; import { Deployer } from '@matterlabs/hardhat-zksync-deploy'; import { DeployProxyOptions } from '../utils/options'; export type EstimateProxyGasFunction = (deployer: Deployer, artifact: ZkSyncArtifact, args?: DeployProxyOptions[], opts?: DeployProxyOptions, quiet?: boolean) => Promise; export declare function makeEstimateGasProxy(hre: HardhatRuntimeEnvironment): EstimateProxyGasFunction; //# sourceMappingURL=estimate-gas-proxy.d.ts.map