import { HardhatRuntimeEnvironmentExtended } from '../types'; /** * Setup the SingleRequestProxyFactory values once deployed * @param contractAddress address of the SingleRequestProxyFactory contract * If not provided fallback to the latest deployment address * @param hre Hardhat runtime environment * @param signWithEoa Are transactions to be signed by an EOA */ export declare const setupSRPF: ({ contractAddress, hre, signWithEoa, }: { contractAddress?: string | undefined; hre: HardhatRuntimeEnvironmentExtended; signWithEoa: boolean; }) => Promise; //# sourceMappingURL=setupSingleRequestProxyFactory.d.ts.map