import { TokenOptionType } from '../../types/tokens.types'; export declare function getTokenDetails({ tokenId }: { tokenId: string; }): Promise;