import type { AlchemyTokenType } from './AlchemyTokenType'; export declare type AlchemyTokenID = { tokenId?: string; tokenMetadata?: AlchemyTokenType; };