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