declare enum AssistantSubdomains { PHARMACY = "pharmacy", GROCERY = "grocery", CUSTOM = "custom" } export { AssistantSubdomains };