import { InstrumentationBase, InstrumentationConfig } from '@opentelemetry/instrumentation';
export declare class CoralogixDOMInstrumentation extends InstrumentationBase {
    constructor(config: InstrumentationConfig);
    private visibilityChangeHandler;
    private registerToDOMEvents;
    private unregisterFromDOMEvents;
    protected init(): void;
    disable(): void;
    enable(): void;
}
