export type LightIDETextToken = {
  type: string;
  value: string;
};
