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