import { NFTDto } from '../nft';
export declare function instanceOfNFTDto(object: any): object is NFTDto;
