import type { Integration } from '@sentry/types'; /** * Automatically detects and returns integrations that will work with your dependencies. */ export declare function autoDiscoverNodePerformanceMonitoringIntegrations(): Integration[]; //# sourceMappingURL=index.d.ts.map