export const __esModule: boolean; export function newStemmer(lng: any): { stem: (word: any) => any; }; export function algorithms(): string[];