import * as api from "@opentelemetry/api"; type Span = api.Span; export { Span }; /** * Create a new span, make it the active span on a new context and execute the provided * function within that context */ export declare function withSpan ReturnType>(operationName: string, fn: T): ReturnType; //# sourceMappingURL=with-span.d.ts.map