import type { FeatureEvent } from './feature-event'; import type { TrackingEvent } from './tracking-event'; export type ExportEvent = FeatureEvent | TrackingEvent;