import { ERC721smartContractInfo } from "../../../interfaces/ERC721smartContractInfo.js";
export declare function isERC721(smartContractInfo: any): smartContractInfo is ERC721smartContractInfo;
