import type { Analytics } from './analytics/analytics';

declare const analytics: Analytics;

export default analytics;

export type {
    StreamingAnalyticsListener,
    StreamingAnalyticsMeasurementListener,
} from './streaming/streaminganalytics';

export type {
    ConfigurationChangeListener,
    CrossPublisherUniqueDeviceIdChangeListener,
    PublisherUniqueDeviceIdListener
} from './analytics/configuration';

export type {
    PlatformApiStorage,
    PlatformApiMigratedStorage,
    ExtendedPlatformApi
} from './platformapi/platformapi';