import { FetchInstrumentation, FetchInstrumentationConfig } from '@opentelemetry/instrumentation-fetch'; export declare enum FetchSource { FETCH = "fetch" } export declare class CoralogixFetchInstrumentation extends FetchInstrumentation { constructor(config: FetchInstrumentationConfig); enable(): void; }