import { HardhatRuntimeEnvironment } from 'hardhat/types'; import { DeploymentResult } from './deploy-one'; export declare function deploySwapConversion(args: { conversionProxyAddress?: string; swapProxyAddress?: string; nonceCondition?: number; }, hre: HardhatRuntimeEnvironment): Promise; //# sourceMappingURL=erc20-swap-to-conversion.d.ts.map