/** * This hook disconnects the websocket connection * when the widget has not been opened for a certain amount of time. */ export declare function useWidgetInactivityTimeout(fullscreen: boolean): void;