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