import nlp from 'compromise' type View = ReturnType export interface WikiMethods { /** phrases that match wikipedia titles */ wikipedia(): View } /** extended compromise lib **/ declare const nlpWiki: nlp.TypedPlugin export default nlpWiki