declare const Stopword: (text: string[]) => string[]; export default Stopword;