import { IntegrationIndex } from '@sentry/core/types/integration';
import type { Integration } from '@sentry/types';
import type { Toucan } from './sdk';
/**
 * Installs integrations on the current scope.
 *
 * @param integrations array of integration instances
 */
export declare function setupIntegrations(integrations: Integration[], sdk: Toucan): IntegrationIndex;
//# sourceMappingURL=integration.d.ts.map