import { HardhatRuntimeEnvironmentExtended } from '../types'; /** * Updates the values of the chainlinkConversionPath and swap router of the ERC20SwapToConversion contract * @param contractAddress address of the ERC20SwapToConversion contract * If not provided fallback to the latest deployment address * @param hre Hardhat runtime environment * @param signWithEoa Are transactions to be signed by an EAO */ export declare const setupERC20SwapToConversion: ({ contractAddress, hre, signWithEoa, }: { contractAddress?: string | undefined; hre: HardhatRuntimeEnvironmentExtended; signWithEoa: boolean; }) => Promise; //# sourceMappingURL=setupERC20SwapToConversion.d.ts.map