export declare const CHAT_DEACTIVATED = "chat_deactivated"; export declare const CHAT_PROPERTIES_DELETED = "chat_properties_deleted"; export declare const CHAT_PROPERTIES_UPDATED = "chat_properties_updated"; export declare const CHAT_TRANSFERRED = "chat_transferred"; export declare const CUSTOMER_DISCONNECTED = "customer_disconnected"; export declare const CUSTOMER_SIDE_STORAGE_UPDATED = "customer_side_storage_updated"; export declare const CUSTOMER_UPDATED = "customer_updated"; export declare const EVENT_PROPERTIES_DELETED = "event_properties_deleted"; export declare const EVENT_PROPERTIES_UPDATED = "event_properties_updated"; export declare const EVENT_UPDATED = "event_updated"; export declare const EVENTS_MARKED_AS_SEEN = "events_marked_as_seen"; export declare const GREETING_ACCEPTED = "greeting_accepted"; export declare const GREETING_CANCELED = "greeting_canceled"; export declare const GROUPS_STATUS_UPDATED = "groups_status_updated"; export declare const INCOMING_CHAT = "incoming_chat"; export declare const INCOMING_EVENT = "incoming_event"; export declare const INCOMING_GREETING = "incoming_greeting"; export declare const INCOMING_MULTICAST = "incoming_multicast"; export declare const INCOMING_RICH_MESSAGE_POSTBACK = "incoming_rich_message_postback"; export declare const INCOMING_TYPING_INDICATOR = "incoming_typing_indicator"; export declare const INCOMING_WELCOME_MESSAGE = "incoming_welcome_message"; export declare const QUEUE_POSITION_UPDATED = "queue_position_updated"; export declare const THREAD_PROPERTIES_DELETED = "thread_properties_deleted"; export declare const THREAD_PROPERTIES_UPDATED = "thread_properties_updated"; export declare const USER_ADDED_TO_CHAT = "user_added_to_chat"; export declare const USER_REMOVED_FROM_CHAT = "user_removed_from_chat"; export declare const INCOMING_THINKING_INDICATOR = "incoming_thinking_indicator"; export declare const INCOMING_EVENT_PREVIEW = "incoming_event_preview"; //# sourceMappingURL=serverPushActions.d.ts.map