import { TerminalChatController } from "./terminalChatController.js"; /** * The controller for the currently focused chat widget. This is used to track action context since 'active terminals' * are only tracked for non-detached terminal instanecs. */ export declare let activeChatController: TerminalChatController | undefined; export declare function setActiveChatController(_activeChatController: TerminalChatController | undefined): void;