export declare const ACCEPT_GREETING = "accept_greeting"; export declare const CANCEL_GREETING = "cancel_greeting"; export declare const CHECK_GOALS = "check_goals"; export declare const DEACTIVATE_CHAT = "deactivate_chat"; export declare const DELETE_CHAT_PROPERTIES = "delete_chat_properties"; export declare const DELETE_EVENT_PROPERTIES = "delete_event_properties"; export declare const DELETE_THREAD_PROPERTIES = "delete_thread_properties"; export declare const GET_CHAT = "get_chat"; export declare const GET_CUSTOMER = "get_customer"; export declare const GET_FORM = "get_form"; export declare const GET_URL_INFO = "get_url_info"; export declare const LIST_CHATS = "list_chats"; export declare const LIST_GROUP_STATUSES = "list_group_statuses"; export declare const LIST_THREADS = "list_threads"; export declare const LOGIN = "login"; export declare const MARK_EVENTS_AS_SEEN = "mark_events_as_seen"; export declare const REQUEST_WELCOME_MESSAGE = "request_welcome_message"; export declare const RESUME_CHAT = "resume_chat"; export declare const SEND_EVENT = "send_event"; export declare const SEND_GREETING_BUTTON_CLICKED = "send_greeting_button_clicked"; export declare const SEND_CUSTOMER_ACTIONS = "send_customer_actions"; export declare const SEND_RICH_MESSAGE_POSTBACK = "send_rich_message_postback"; export declare const SEND_SNEAK_PEEK = "send_sneak_peek"; export declare const SET_CUSTOMER_SESSION_FIELDS = "set_customer_session_fields"; export declare const START_CHAT = "start_chat"; export declare const UPDATE_CHAT_PROPERTIES = "update_chat_properties"; export declare const UPDATE_CUSTOMER = "update_customer"; export declare const UPDATE_CUSTOMER_PAGE = "update_customer_page"; export declare const UPDATE_EVENT_PROPERTIES = "update_event_properties"; export declare const UPDATE_THREAD_PROPERTIES = "update_thread_properties"; export declare const UPLOAD_FILE = "upload_file"; //# sourceMappingURL=serverRequestActions.d.ts.map