declare enum AssistantUserJourneys { RETAIL_SEARCH = "retail_search", ORDER_MANAGEMENT = "retail_order_management", RETAIL_NAVIGATION = "retail_navigation", GLOBAL = "global", VOICE_CHECKOUT = "voice_checkout", VOICE_PROMOTIONS_MANAGEMENT = "voice_promotions_management", SMALL_TALK = "small_talk" } export { AssistantUserJourneys };