import '@nomiclabs/hardhat-ethers'; import { HardhatRuntimeEnvironment } from 'hardhat/types'; import { BigNumber } from 'ethers'; export declare const FAU_USD_RATE: BigNumber; export declare function deployBatchConversionPayment(args: any, hre: HardhatRuntimeEnvironment): Promise; //# sourceMappingURL=test-deploy-batch-conversion-deployment.d.ts.map