import type { TUIState } from './state.js'; /** * Update the status line at the bottom of the TUI. * Progressively reduces content to fit the terminal width. */ export declare function updateStatusLine(state: TUIState): void; //# sourceMappingURL=status-line.d.ts.map