refactor: remove ineffective export keywords
These keywords are only ineffective in Deno. The last time I tried, it was required to export the interfaces inside exported modules, too, when the project is compiled to .d.ts files. Closing. Feel free to reopen if you try this and determine that things have changed.
Okay but can you use them in your node project now?
Not inside this package, inside a separate project that imports things which need to be resolved via package.json
Largely outdated and still untested