import { Schema } from '../../../types'; export interface NonFungibleContractType { id: string; address: string; } export declare const ERC721Schema: Schema;