/**
 * Collects information about HTTP request headers and
 * attaches them to the event.
 */
export declare const httpContextIntegration: () => import("@sentry/core").Integration & {
    name: "HttpContext";
};
//# sourceMappingURL=httpcontext.d.ts.map