export declare enum TelemetryActionType { Click = "click", RouteChange = "route-change", ModalOpen = "modal-open", ModalClose = "modal-close", BusinessCreation = "business-creation-completed", InputEvent = "input-event", NotificationGeneral = "notification-general", NotificationPositive = "notification-positive", NotificationWarning = "notification-warning", NotificationNegative = "notification-negative", ConversionTracking = "conversion-tracking" } export declare enum TelemetryIndex { UserActions = "user_actions", ConsumerSearch = "consumer_search", RouteTracking = "route_tracking", SignalR = "signalr" }