/** * Testing Utilities * * In-memory exporters and test helpers for telemetry assertions. */ export { InMemorySpanExporter, InMemoryMetricExporter, InMemoryLogExporter, type CapturedMetric, type CapturedLogRecord, } from './in-memory-exporter.js'; export { initTestTelemetry, getTestTelemetryInstance, resetTestTelemetry, getTestTracer, withTestSpan, type TestTelemetryInstance, } from './test-init.js'; //# sourceMappingURL=index.d.ts.map