import { IFetchOptions } from '../interface/IFetchOptions'; import { IResponse } from '../interface/IResponse'; export declare function opentracingFetcher(requestUrl: string, options: IFetchOptions): Promise;