import { InstrumentationBase, InstrumentationConfig } from '@opentelemetry/instrumentation'; export declare const NAVIGATION_INSTRUMENTATION_VERSION = "1"; export declare class CoralogixNavigationInstrumentation extends InstrumentationBase { constructor(config: InstrumentationConfig); init(): void; disable(): void; enable(): void; setView(view: string): void; }