import { Context } from 'egg'; import { RequestOptions2 as RequestOptions, HttpClientResponse } from 'urllib'; export declare const getTracingHeaders: (headers: Headers | {}, tracingKeys?: string[]) => any; export declare const curlWithTracing: (ctx: Context, url: string, opt?: RequestOptions) => Promise>;