import type { RumConfiguration, ViewHistory } from '@datadog/browser-rum-core'; import type { SessionManager } from '@datadog/browser-core'; export declare function getSessionReplayLink(configuration: RumConfiguration, sessionManager: SessionManager, viewHistory: ViewHistory, isRecordingStarted: boolean): string | undefined;