import { SessionWithErrorConfig } from './session.model';
export declare const MAX_RUM_EVENTS_PER_REQUEST: number;
export declare const MAX_RUM_EVENTS: number;
export declare const MAX_MS_RECORD_TIME: number;
export declare const DEFAULT_RUM_EVENTS: number;
export declare const DEFAULT_MS_RECORD_TIME: number;
export declare const DEFAULT_SESSION_WITH_ERROR_CONFIG: SessionWithErrorConfig;
