import type { RumConfiguration } from '../configuration'; import type { Hooks } from '../hooks'; export type DisplayContext = ReturnType; export declare function startDisplayContext(hooks: Hooks, configuration: RumConfiguration): { stop: () => void; };