/**
 * External custom hook for managing chat window.
 */
export declare const useChatWindow: () => {
    isChatWindowOpen: boolean;
    toggleChatWindow: () => Promise<void>;
};
//# sourceMappingURL=useChatWindow.d.ts.map