export interface ExtendedSuggestion { word: string; isPreferred?: boolean; } //# sourceMappingURL=Suggestion.d.ts.map