export interface IStopwordsOptions { count: number; stopwords: string[]; } //# sourceMappingURL=IStopwordsOptions.d.ts.map