import { TgxTokenType } from '../enums'; export interface TgxToken { tokenType: TgxTokenType; length: number; }