import type { SpanAttributes, SpanAttributeValue } from "@opentelemetry/api";
export type Attributes = SpanAttributes;
export type AttributeValue = SpanAttributeValue;
//# sourceMappingURL=Compat.d.ts.map