/**
 * Set an array of russian abusive words
 *
 * @todo analyze the beginning of a word from a list of good words
 *
 */
declare const patterns_ru: string[];
export default patterns_ru;
