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