/** Creates a new daemon terminal and opens it as a viewer tab. */ export declare function useOpenNewTerminalTab(): () => Promise; /** * Focuses the terminal viewer section: reuses open terminal tabs, opens tabs * for all running terminals, or creates a terminal when none exist. */ export declare function useOpenTerminalTabs(): () => Promise; /** * Toggles the terminal viewer section: collapses the viewer when a terminal * is active, otherwise focuses or opens the existing terminal tabs. */ export declare function useToggleTerminalTabs(): () => Promise; /** Keeps terminal viewer tabs in sync with daemon terminals. */ export declare function useSyncTerminalTabs(): void; //# sourceMappingURL=useTerminalTabs.d.ts.map