Bug Description
when you try to import interceptors in TS it complains
Reproducible By
import {interceptors} from "undici"
within a TypeScript project
Expected Behavior
You should be able to import interceptors and use redirect/retry in TS
Logs & Screenshots

Environment
macOS Ventura 13.2.1
node 20.11.1
undici 6.9.0
Additional context