import { HandlerDataHistory } from '@sentry/core';
import { ReplayContainer } from '../types';
/**
 * Returns a listener to be added to `addHistoryInstrumentationHandler(listener)`.
 */
export declare function handleHistorySpanListener(replay: ReplayContainer): (handlerData: HandlerDataHistory) => void;
//# sourceMappingURL=handleHistory.d.ts.map
