import type { AlchemyContractMetadata } from './AlchemyContractMetadata'; export declare type AlchemyContractMetadataResponse = { /** * Contract address for the queried NFT collection */ address?: string; contractMetadata?: AlchemyContractMetadata; };