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