declare enum PromotionIntentNames { VIEW_OFFERS = "retail_view_offers" } declare enum PromotionEntityNames { RETAIL_SYNONYMS_SHOW = "retail_synonyms_show", RETAIL_SYNONYMS_GO = "retail_synonyms_go", RETAIL_SYNONYMS_OFFERS = "retail_synonyms_offers" } export { PromotionEntityNames, PromotionIntentNames };