import type { RumConfiguration } from '../configuration'; import type { Hooks } from '../hooks'; export declare function startDefaultContext(hooks: Hooks, configuration: RumConfiguration, sdkName: 'rum' | 'rum-slim' | 'rum-synthetics' | undefined): void;