declare enum RCSSuggestionType { REPLY = "reply", DIAL = "dial", VIEW_LOCATION = "view_location", SHARE_LOCATION = "share_location", OPEN_URL = "open_url", OPEN_URL_IN_WEBVIEW = "open_url_in_webview", CREATE_CALENDAR_EVENT = "create_calendar_event" } export { RCSSuggestionType };