diff --git a/src/index.ts b/src/index.ts index 36ac5acf..b17351d4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,3 +6,4 @@ */ export * from './telemetry.js'; +export type { TelemetryGlobal } from './telemetryGlobal.js';