I am depending on a package that includes its implementation and type information in a single package. I only want to use the type information. The implementation causes errors at runtime because a modified version is already provided by my framework. Unfortunately, my framework doesn't provide the types.
How do I get the types without getting the implementation?