import { CoreOptions, CoreSegmentEvent, Callback, Plan, TrackPlan, PlanEvent, JSONArray, JSONValue, JSONPrimitive, JSONObject, GroupTraits, UserTraits, Traits, } from '@segment/analytics-core' export interface Options extends CoreOptions {} export type { GroupTraits, UserTraits, Traits } export type EventProperties = Record export interface SegmentEvent extends CoreSegmentEvent {} export type { Plan, TrackPlan, PlanEvent, Callback, JSONArray, JSONValue, JSONPrimitive, JSONObject, }