export declare type AlchemyMedia = { /** * Public gateway uri for the raw uri above. */ gateway?: string; /** * Uri representing the location of the NFTMetadata's original metadata blob. This is a backup for you to parse when the metadata field is not automatically populated. */ raw?: string; };