<!-- * Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. We appreciate bugs filed and PRs submitted! * Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). We'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request --> - `@testing-library/jest-dom` version: - `node` version: - `npm` (or `yarn`) version: <!-- * `dom-testing-library` version: (if applicable) * `react-testing-library` version: (if applicable) --> ### Relevant code or config: ```js @testing-library/jest-dom` version:^5.16.5 @types/jest:^29.5.3 interface Matchers<R, T> {} ``` ### What you did: yarn tsc ### What happened: typescript shows error:  ### Reproduction: <!-- If possible, please create a repository that reproduces the issue with the minimal amount of code possible. Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one here: https://codesandbox.io/s/5z6x4r7n0p --> ### Problem description: Declarations of 'Matchers' type are not identical in @types/testing-library__jest-dom/index.d.ts(21:15) and in expect/build/index.d.ts ### Suggested solution: This problem exists on @types/testing-library__jest-dom": "5.14.7". I installed 5.14.6 and error was gone (i checked 5.14.8 - works also) <!-- It's ok if you don't have a suggested solution, but it really helps if you could do a little digging to come up with some suggestion of how to improve things. -->