import { NFTFileContent } from './interfaces/nft-file-content.interface';
export declare const readNFTs: (directoryPath: string) => Promise<NFTFileContent[]>;
