If I import the library as intended (import waitForExpect from 'wait-for-expect') in a TypeScript file, I get this error:
This expression is not callable.
Type 'typeof import("./node_modules/wait-for-expect/lib/index")' has no call signatures.ts(2349)
Any idea on how to solve this ?