import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { IXERC20Lockbox, IXERC20LockboxInterface } from "../IXERC20Lockbox"; export declare class IXERC20Lockbox__factory { static readonly abi: ({ inputs: never[]; name: string; type: string; anonymous?: undefined; outputs?: undefined; stateMutability?: undefined; } | { 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; })[]; static createInterface(): IXERC20LockboxInterface; static connect(address: string, signerOrProvider: Signer | Provider): IXERC20Lockbox; }