import type { SessionContext } from '@datadog/browser-core'; import type { RumConfiguration } from './configuration'; import type { ViewHistoryEntry } from './contexts/viewHistory'; export declare function getSessionReplayUrl(configuration: RumConfiguration, { session, viewContext, errorType, }: { session?: SessionContext; viewContext?: ViewHistoryEntry; errorType?: string; }): string; export declare function getDatadogSiteUrl(rumConfiguration: RumConfiguration): string;