import * as anchor from '@project-serum/anchor'; import { SingleTokenInfo } from './fetchMetadata'; export declare const fetchNftsFromWallet: (connection: anchor.web3.Connection, walletAddress: anchor.web3.PublicKey, identifiers?: string[] | undefined) => Promise; //# sourceMappingURL=fetchNftsFromWallet.d.ts.map