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