import { Span } from 'opentracing'; import { IFetchOptions } from '../interface/IFetchOptions'; import { IResponse } from '../interface/IResponse'; export declare function fetchWithTracing(url: string, options: IFetchOptions, parentSpan?: Span): Promise;