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