import { Contract } from '../ethereum'; export declare class ExclusiveERC721 extends Contract { constructor(address: string); getContractName(): string; }