Shared export infrastructure for type declaration generators.
Provides the core traits and utilities that both flowjs-rs and ts-rs (and any future type-declaration-from-Rust project) need:
TypeVisitortrait for dependency graph walkingDependencystruct for import generationExportConfigfor configuring output paths and extensionsExportErrorfor error handling- File export with thread-safe locking and idempotent writes
- Relative import path calculation