export declare type AlchemyTokenMetadata = { /** * Traits/attributes/characteristics for each NFTMetadata asset. */ attributes?: Array>; background_image?: string; /** * Human-readable description of the NFTMetadata asset. */ description?: string; /** * The image URL that appears alongside the asset image on NFTMetadata platforms. */ external_url?: string; /** * URL to the NFTMetadata asset image. Can be standard URLs pointing to images on conventional servers, IPFS, or Arweave. Most types of images (SVGs, PNGs, JPEGs, etc.) are supported by NFTMetadata marketplaces. */ image?: string; is_normalized?: boolean; /** * Name of the NFTMetadata asset. */ name?: string; segment_length?: number; };