import type { AlchemyNFTMetadata } from './AlchemyNFTMetadata'; export declare type AlchemyGetNFTsResponse = { ownedNfts?: Array; /** * The canonical head block hash of when your request was received */ pageKey?: string; /** * Total number of NFTs owned by the given address. */ totalCount?: string; };