import nlp from 'compromise' type View = ReturnType interface ParagraphView extends View { } export interface ParagraphMethods { /** */ paragraphs(): ParagraphView } /** extended compromise lib **/ declare const nlpParagraphs: nlp.TypedPlugin export default nlpParagraphs