export type Feature = [string, number]; export interface SuggestionResult { word: string; score: number; } //# sourceMappingURL=entities.d.ts.map