remove or unexport unused TypeScript exports
Created by: sqs
- Removes unused exports that are not used anywhere
- Unexports bindings that were only used in the same module
I used ts-unused-exports to produce an initial list and manually fixed all of the locations that seemed worthwhile.
(This is an internal refactor and does not affect users, so it does not merit a changelog entry.)