import { FetchInstrumentation, FetchInstrumentationConfig } from '@opentelemetry/instrumentation-fetch';
export declare enum FetchSource {
    FETCH = "fetch"
}
export declare class CoralogixFetchInstrumentation extends FetchInstrumentation {
    private networkDataManager;
    private headersManager;
    constructor(config: FetchInstrumentationConfig);
    private setNetworkSpanAttributes;
    private setRequestAttributes;
    private setResponseAttributes;
}
