import { HardhatRuntimeEnvironment } from 'hardhat/types'; import { Erc20ConversionProxy } from '../src/types'; export declare function deployERC20ConversionProxy(args: { chainlinkConversionPathAddress?: string; erc20FeeProxyAddress?: string; nonceCondition?: number; }, hre: HardhatRuntimeEnvironment): Promise | undefined>; export declare function deployEthConversionProxy(args: { chainlinkConversionPathAddress?: string; ethFeeProxyAddress?: string; owner: string; nonceCondition?: number; version?: string; }, hre: HardhatRuntimeEnvironment): Promise | undefined>; //# sourceMappingURL=conversion-proxy.d.ts.map