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