import type { Integration } from '@sentry/core';
/**
 * Creates an integration out of the provided name and setup function.
 * @hidden
 */
export declare function createIntegration(name: Integration['name'], setupOnce?: Integration['setupOnce']): Integration;
//# sourceMappingURL=factory.d.ts.map