import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ERC721Guard, ERC721GuardInterface } from "./ERC721Guard"; export declare class ERC721Guard__factory { static readonly erc165InterfaceId = "0x20bd337a"; static readonly erc1820InterfaceId = "0x69b405ba674140cc0309f1560bd32c71d1590000ab5c7cc8ff88b63fb3f6fa58"; static readonly abi: ({ 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: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): ERC721GuardInterface; static connect(address: string, signerOrProvider: Signer | Provider): ERC721Guard; } //# sourceMappingURL=ERC721Guard__factory.d.ts.map