import { Client } from '@sentry/types'; /** * Setup a DSC handler on the passed client, * ensuring that the transaction name is inferred from the span correctly. */ export declare function enhanceDscWithOpenTelemetryRootSpanName(client: Client): void; //# sourceMappingURL=enhanceDscWithOpenTelemetryRootSpanName.d.ts.map