import { LLSDTokenType } from './LLSDTokenType'; export interface LLSDTokenSpec { regex: RegExp; type: LLSDTokenType; }