export interface SuggestionOption {
  text: string;
  startIndex: number;
}
