export declare var textHelper: {
    getStopWords: (locale?: string) => string[];
};
