import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ERC721Security, ERC721SecurityInterface } from "./ERC721Security"; export declare class ERC721Security__factory { static readonly erc165InterfaceId = "0x383dedc6"; static readonly erc1820InterfaceId = "0xd047b764f9840d2e7d95cac25631349afae2542d9679f9f9d79e19ba5d0c9224"; 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(): ERC721SecurityInterface; static connect(address: string, signerOrProvider: Signer | Provider): ERC721Security; } //# sourceMappingURL=ERC721Security__factory.d.ts.map