/**
 * Tests for DI token resolution when types originate in external packages.
 *
 * Covers three shapes:
 *  1. Direct external import:  import type { IFoo } from 'some-package'
 *  2. Local re-export stub:    export type { IFoo } from 'some-package'  (chain)
 *  3. Mixed: local + external deps in the same factory / class
 */
export {};
//# sourceMappingURL=external-types.test.d.ts.map