export declare const instrumentNest: (() => void) & { id: string; }; /** * Integration capturing tracing data for NestJS. */ export declare const nestIntegration: () => import("@sentry/core").Integration; //# sourceMappingURL=nest.d.ts.map