/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { type LoadedSettings } from '../../config/settings.js'; export declare const calculateMainAreaWidth: (terminalWidth: number, settings: LoadedSettings) => number;