import type { AlchemyContractMetadata } from './AlchemyContractMetadata'; export declare type AlchemySearchContractMetadata = { /** * Contract address for the NFT collection (ERC721 and ERC1155 supported). */ address?: string; contractMetadata?: AlchemyContractMetadata; };