import { HardhatRuntimeEnvironmentExtended } from '../types'; /** * Updates the values of the chainlinkConversionPath and ERC20FeeProxy addresses if needed * @param contractAddress address of the ERC20Conversion 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 setupErc20ConversionProxy: ({ contractAddress, hre, signWithEoa, }: { contractAddress?: string | undefined; hre: HardhatRuntimeEnvironmentExtended; signWithEoa: boolean; }) => Promise; //# sourceMappingURL=setupErc20ConversionProxy.d.ts.map