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