import { HardhatRuntimeEnvironment } from 'hardhat/types'; interface FeeProxyAddresses { ERC20FeeProxyAddress: string; ETHFeeProxyAddress: string; } export declare function deploySingleRequestProxyFactory(args: any, hre: HardhatRuntimeEnvironment, feeProxyAddresses: FeeProxyAddresses): Promise; export {}; //# sourceMappingURL=test-deploy-single-request-proxy.d.ts.map