import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { IGmpTransferAdapter, IGmpTransferAdapterInterface } from "../IGmpTransferAdapter"; export declare class IGmpTransferAdapter__factory { static readonly abi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; stateMutability: string; type: string; }[]; static createInterface(): IGmpTransferAdapterInterface; static connect(address: string, signerOrProvider: Signer | Provider): IGmpTransferAdapter; }