import { NFTFileContent } from './interfaces/nft-file-content.interface';
export declare const readNFT: (metadataPath: string, imagePath: string) => Promise<NFTFileContent>;
