import { HardhatRuntimeEnvironmentExtended } from '../types'; /** * Once deployed, setup the values of the ERC20SwapToPay contract * @param contractAddress address of the ERC20SwapToPay 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 setupERC20SwapToPay: ({ contractAddress, hre, signWithEoa, }: { contractAddress?: string | undefined; hre: HardhatRuntimeEnvironmentExtended; signWithEoa: boolean; }) => Promise; //# sourceMappingURL=setupERC20SwapToPay.d.ts.map