declare enum Constants { GREETING = "greeting", CLARIFICATION = "clarification", NON_VOICE_SEARCH_STRING = "search_item" } export { Constants };