export interface TokenLike { readonly subunitsPerUnit: number; readonly subunitName: string; readonly ticker: string; }