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