### Is there an existing issue for this? - [x] I have searched the existing issues ### music-metadata version 11.0.0 ### Current Behavior TypeScript throw an error when doing the following: ```ts import { parseFile } from "music-metadata"; ``` Because `node_modules/music-metadata/lib/core.d.ts` does not include a type for `parseFile`. Adding `// @ts-expect-error` allows the application to build successfully, so it seems to just a types issue. [Reproduction repository](https://github.com/lowvisiondave/music-metadata-typescript-repro) ### Expected Behavior I would expect the types to match the functions being exported. ### Attached audio sample? - [x] I have provided sufficient information to reproduce the issue