**Describe the bug** `printTransformDependencies` isn't defined in the types despite it being exported by the `mathjs` module. **To Reproduce** ```ts import { printTransformDependencies } from "mathjs"; ```
Describe the bug
printTransformDependenciesisn't defined in the types despite it being exported by themathjsmodule.To Reproduce