is there some way to use @typedef to import a type but not create a new one and/or not export it?
I think this is my main pain-point with #jsdoc for #typescript. if the thing you’re importing has type args, you seem to have to duplicate them or have “import(..).Foo” everywhere. am I missing something? can I use triple-slash directives somehow?