import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IFlashLoanReceiver, IFlashLoanReceiverInterface } from "../../generated/IFlashLoanReceiver"; export declare class IFlashLoanReceiver__factory { static readonly abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; stateMutability: string; type: string; }[]; static createInterface(): IFlashLoanReceiverInterface; static connect(address: string, signerOrProvider: Signer | Provider): IFlashLoanReceiver; } //# sourceMappingURL=IFlashLoanReceiver__factory.d.ts.map