export declare const DISCONNECT_TIMEOUT = 5000; export declare const DEBOUNCE_THRESHOLD = 1000; export declare const WIDGET_DEFAULT_CONFIGURATION: { AUTHENTICATION_TOKEN: string; AUTO_OPEN: boolean; BOT_ICON: string; DISPLAY_TIMESTAMP: boolean; ERROR_MESSAGE: string; INPUT_MESSAGE_PLACEHOLDER: string; MESSAGE_DELAY: number; MESSAGE_TIMESTAMP: string; STREAM_MESSAGES: boolean; WIDGET_TITLE: string; TOGGLE_FULLSCREEN: boolean; SENDER_ID: string; WIDGET_ICON: string; INITIAL_PAYLOAD: string; SERVER_URL: string; REST_ENABLED: boolean; };