export { SDK_PLATFORM, SDK_VERSION } from '@nathanclaire/rum'; export type { EdgeRumConfig, EventAttributes, UserContext, RumTimer } from '@nathanclaire/rum'; export { EdgeRumService } from './EdgeRumService'; export { EdgeRumModule, provideEdgeRum, EDGE_RUM_CONFIG, edgeRumInitializerFactory, } from './EdgeRumModule'; export { RouterCapture } from './RouterCapture'; export { EdgeRumErrorCapture, ERROR_ROUTE_PROVIDER } from './ErrorCapture'; export { IonicLifecycleCapture, LIFECYCLE_EVENT_SOURCE } from './IonicLifecycleCapture'; //# sourceMappingURL=index.d.ts.map