import { InstrumentationBase } from '@opentelemetry/instrumentation'; import { FetchInstrumentationConfig } from '@opentelemetry/instrumentation-fetch'; export declare class CoralogixSslFetchInstrumentation extends InstrumentationBase { private subscription; constructor(config: FetchInstrumentationConfig); init(): void; enable(): void; disable(): void; private subscribeToNativeNetworkEvents; private handleEvent; private cleanup; }