I need to use some core-js@3 polyfills from within TypeScript. However, @types/core-js provides definitions for core-js@2.5 only, and it seems that core-js@3 is sufficiently different from 2 that most type definitions are outdated.
Is there some accepted workaround to this?