import type { HttpCompleteReport } from './http-report'; import type { JourneyRequestEvent } from '../core/types'; /** Observation only. Safe to run before jQuery invokes application callbacks. */ export declare function captureRequestCorrelation(report: HttpCompleteReport): JourneyRequestEvent | undefined; //# sourceMappingURL=request-correlation.d.ts.map