import 'core-js/es/array/includes'; import 'core-js/es/object/values'; import 'core-js/es/object/entries'; import 'core-js/es/object/create'; import 'core-js/es/object/assign'; import FasterAnalytics from "./FasterAnalytics"; export default FasterAnalytics; export { default as EventBuilder } from "./event/EventBuilder"; export { default as FasterConfiguration } from "./FasterConfiguration"; export { default as GeoPoint } from "./model/GeoPoint"; export { default as ServerDate } from "./model/ServerDate";