import { Event, Integration, IntegrationFn } from '@sentry/core'; /** Add node request data to the event */ export declare class HttpContext implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ setupOnce(): void; /** * @inheritDoc */ processEvent(event: Event): Event; /** * Get miniapp version */ private _getMiniappVersion; } /** * HttpContext integration */ export declare const httpContextIntegration: IntegrationFn; //# sourceMappingURL=httpcontext.d.ts.map