import type { Span } from '@sentry/core/browser';
/**
 * Wraps startTransaction and stopTransaction with profiling related logic.
 * startProfileForTransaction is called after the call to startTransaction in order to avoid our own code from
 * being profiled. Because of that same reason, stopProfiling is called before the call to stopTransaction.
 */
export declare function startProfileForSpan(span: Span): void;
//# sourceMappingURL=startProfileForSpan.d.ts.map