import { TAddress } from './TAddress'; import { TPlatform } from './TPlatform'; export declare class ITokenGlob { symbol: string; name: string; logo?: string; platforms: { platform: TPlatform; address: TAddress; decimals: number; }[]; }