import { integrations } from '@farfetch/blackout-analytics'; declare const Integration: typeof integrations.Integration, Omnitracking: typeof integrations.Omnitracking; export { type GoogleConsentModeConfig, GoogleConsentType, } from './shared/index.js'; export { Integration }; export { Omnitracking }; export { default as GA, validationSchemaBuilder } from './GA/index.js'; export { default as GTM } from './GTM/index.js'; export { default as Castle } from './Castle/index.js'; export { default as GA4 } from './GA4/index.js'; export { default as Riskified } from './Riskified/index.js'; export { default as Forter } from './Forter/index.js'; export { default as AnalyticsApi } from './AnalyticsApi/index.js';