/** Instrument a React render operation. */ export declare function instrumentReactRender(renderFn: () => PromiseLike | T, componentName: string): Promise; /** Handler for instrument error. */ export declare function instrumentErrorHandler(handler: (error: Error, request?: Request) => Promise | Response, captureToSpan?: boolean): (error: Error, request?: Request) => Promise | Response; //# sourceMappingURL=react-instrumentation.d.ts.map