export declare const CHANNEL_TYPES: { readonly CHAT: "chat"; readonly EMAIL: "email"; readonly SMS: "sms"; }; export declare const MESSAGE_TYPES: { readonly INIT: "INIT"; readonly NEW_CONVERSATION: "NEW_CONVERSATION"; readonly GET_CONVERSATION: "GET_CONVERSATION"; readonly GET_CONVERSATIONS: "GET_CONVERSATIONS"; readonly UPDATE_CONVERSATION: "UPDATE_CONVERSATION"; readonly GET_MESSAGES: "GET_MESSAGES"; readonly SEND_MESSAGE: "SEND_MESSAGE"; readonly MESSAGE: "MESSAGE"; readonly SUBSCRIBE_CONVERSATION: "SUBSCRIBE_CONVERSATION"; readonly UNSUBSCRIBE_CONVERSATION: "UNSUBSCRIBE_CONVERSATION"; readonly SUBSCRIBE_USER: "SUBSCRIBE_USER"; readonly UNSUBSCRIBE_USER: "UNSUBSCRIBE_USER"; readonly HEARTBEAT: "HEARTBEAT"; readonly TYPING_START: "TYPING_START"; readonly TYPING_STOP: "TYPING_STOP"; readonly REOPEN_CASE: "REOPEN_CASE"; readonly UPDATE_CONVERSATION_READ_INDEX: "UPDATE_CONVERSATION_READ_INDEX"; readonly GET_FAQ: "GET_FAQ"; readonly GET_LAST_MESSAGE: "GET_LAST_MESSAGE"; }; export declare const CONTENT_TYPES: { readonly TEXT: "text"; readonly MAIN_CAROUSEL: "main_carousel"; readonly WO_CAROUSEL: "work_orders_carousel"; readonly LIST: "list"; readonly QUICK_REPLY: "quick_reply"; readonly IMAGE: "image"; readonly AGENT_ASSIGNED: "agent-assigned"; readonly REDIRECT_LINK: "redirect_link"; readonly FAQ_CARD: "faq_card"; readonly WORK_ORDER_CARD: "work-order-card"; readonly PROPERTY_CARD: "property-card"; readonly TICKET_FORM: "ticket_form"; }; export declare const AUTHOR_TYPES: { readonly BUSINESS: "business"; readonly USER: "user"; }; export declare const DIRECTION: { readonly LEFT: "left"; readonly RIGHT: "right"; }; export declare const USER_TYPES: { readonly OWNER: "owner"; readonly RENTER: "renter"; readonly VENDOR: "vendor"; }; export declare const TIME_DURATION: { FIFTEEN_SECONDS: number; THIRTY_SECONDS: number; FIVE_MINUTES: number; THIRTY_MINUTES: number; }; export declare const CONVERSATION_STATE: { NEW: string; OPEN: string; CLOSED: string; }; export declare const DEFAULT_SEND_TO: { poplar: boolean; owner: boolean; vendor: boolean; renter: boolean; }; export declare const DEFAULT_INTRO_MESSAGE = "Initializing a session for you..."; export declare const EXPIRE_INTRO_MESSAGE = "Your previous session has expired.\nInitializing a session for you..."; export declare const SCROLL_TARGET_ID = "maintenance-messages-bottom"; export declare const TIME_FORMAT = "hh:mm a"; export declare const MAX_CHAT_BUBBLE_LINES = 4; export declare const DEFAULT_HEARTBEAT_INTERVAL = 60000; export declare const DEFAULT_FAQ_ICON_URL = "https://static-assets.onerent.co/img/messages/img-cover-faq.jpg"; export declare const POPPYBOT_AVATAR = "https://static-assets.onerent.co/img/avatar/avatar4.png"; export declare const DEFAULT_PROPERTY_ICON_URL = "https://static-assets.onerent.co/img/owner-dashboard/img-holder-property.svg"; export declare const DRAFTS_KEY = "pmui-drafts"; export declare const DEFAULT_DEBOUNCE_TIMEOUT = 400; declare const _default: { CHANNEL_TYPES: { readonly CHAT: "chat"; readonly EMAIL: "email"; readonly SMS: "sms"; }; MESSAGE_TYPES: { readonly INIT: "INIT"; readonly NEW_CONVERSATION: "NEW_CONVERSATION"; readonly GET_CONVERSATION: "GET_CONVERSATION"; readonly GET_CONVERSATIONS: "GET_CONVERSATIONS"; readonly UPDATE_CONVERSATION: "UPDATE_CONVERSATION"; readonly GET_MESSAGES: "GET_MESSAGES"; readonly SEND_MESSAGE: "SEND_MESSAGE"; readonly MESSAGE: "MESSAGE"; readonly SUBSCRIBE_CONVERSATION: "SUBSCRIBE_CONVERSATION"; readonly UNSUBSCRIBE_CONVERSATION: "UNSUBSCRIBE_CONVERSATION"; readonly SUBSCRIBE_USER: "SUBSCRIBE_USER"; readonly UNSUBSCRIBE_USER: "UNSUBSCRIBE_USER"; readonly HEARTBEAT: "HEARTBEAT"; readonly TYPING_START: "TYPING_START"; readonly TYPING_STOP: "TYPING_STOP"; readonly REOPEN_CASE: "REOPEN_CASE"; readonly UPDATE_CONVERSATION_READ_INDEX: "UPDATE_CONVERSATION_READ_INDEX"; readonly GET_FAQ: "GET_FAQ"; readonly GET_LAST_MESSAGE: "GET_LAST_MESSAGE"; }; CONTENT_TYPES: { readonly TEXT: "text"; readonly MAIN_CAROUSEL: "main_carousel"; readonly WO_CAROUSEL: "work_orders_carousel"; readonly LIST: "list"; readonly QUICK_REPLY: "quick_reply"; readonly IMAGE: "image"; readonly AGENT_ASSIGNED: "agent-assigned"; readonly REDIRECT_LINK: "redirect_link"; readonly FAQ_CARD: "faq_card"; readonly WORK_ORDER_CARD: "work-order-card"; readonly PROPERTY_CARD: "property-card"; readonly TICKET_FORM: "ticket_form"; }; AUTHOR_TYPES: { readonly BUSINESS: "business"; readonly USER: "user"; }; USER_TYPES: { readonly OWNER: "owner"; readonly RENTER: "renter"; readonly VENDOR: "vendor"; }; TIME_DURATION: { FIFTEEN_SECONDS: number; THIRTY_SECONDS: number; FIVE_MINUTES: number; THIRTY_MINUTES: number; }; CONVERSATION_STATE: { NEW: string; OPEN: string; CLOSED: string; }; DEFAULT_INTRO_MESSAGE: string; EXPIRE_INTRO_MESSAGE: string; SCROLL_TARGET_ID: string; TIME_FORMAT: string; MAX_CHAT_BUBBLE_LINES: number; DEFAULT_HEARTBEAT_INTERVAL: number; DEFAULT_FAQ_ICON_URL: string; DRAFTS_KEY: string; DEFAULT_DEBOUNCE_TIMEOUT: number; }; export default _default; //# sourceMappingURL=constants.d.ts.map