/** * 敏感词。来源: * 1、https://github.com/fwwdn/sensitive-stop-words * 2、https://www.heywhale.com/mw/dataset/5ecf6214162df90036ddfcff/file */ export declare const SENSITIVE_WORDS: string[];