index.d.ts now consists of `export * from './core'`, but the package doesn't ship with `./core.d.ts` or `./lib/core.d.ts`. Probably the right fix is to turn on `"declaration": true` in tsconfig and `export * from './lib/core'` in index.d.ts