Being more explicit by using import type and export type statements seems to yield explicable benefits by safeguarding against edge-case problems, as well as giving current and upcoming tooling better ground for improving processing performance and reliability with type definition analysis.
Type-Only Imports and Export
From Stack Overflow: