import type { HandlerDataHistory } from '@sentry/core'; import type { 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