export declare type AlchemySummarizeNFTAttributesResponse = { contractAddress?: string; summary?: Record>; totalSupply?: number; };