import { ImmutableERC721Base } from '../typechain/types'; import { RoyaltyInfo } from '../types'; export declare class ERC721 { private readonly erc721; constructor(erc721: ImmutableERC721Base); royaltyInfo(tokenId: string, salePrice: string): Promise; }