import { web3 } from '@project-serum/anchor'; import { Metadata } from '../utils/parseData'; export declare type SingleTokenInfo = { tokenAccountAddress: string; metadata: Metadata | undefined; edition: string | undefined; tokenMintAddress: string; nftImage: string; nftAnimation: string | undefined; nftDescription: string; }; export declare const singleTokenInfoPromise: (connection: web3.Connection, tokenAccountAddress: string, identifiers?: string[] | undefined) => Promise; //# sourceMappingURL=fetchMetadata.d.ts.map