/** Handler for instrument HTTP. */ export declare function instrumentHttpHandler(handler: (request: Request) => Promise | Response): (request: Request) => Promise; /** Create a fetch implementation instrumented with observability spans. */ export declare function createInstrumentedFetch(baseFetch?: typeof fetch): typeof fetch; //# sourceMappingURL=http-instrumentation.d.ts.map