I think this is a problem with type definition because the code itself does not result in an error but the Code Editors are screaming error which interferes with tests and build, and requires ts-ignore
const doc = nlp(text);
// @ts-ignore
doc.verbs().toPastParticiple();