/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Computes the window title for the Sixth CLI application. * * @param folderName - The name of the current folder/workspace to display in the title * @returns The computed window title, either from CLI_TITLE environment variable or the default Sixth title */ export declare function computeWindowTitle(folderName: string): string;