/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare const BOX_PADDING_X = 1; export declare const UI_WIDTH: number; export declare const STREAM_DEBOUNCE_MS = 100; export declare const SHELL_COMMAND_NAME = "Shell Command"; export declare const SHELL_NAME = "Shell"; export declare const TOOL_STATUS: { readonly SUCCESS: "✓"; readonly PENDING: "o"; readonly EXECUTING: "⊷"; readonly CONFIRMING: "?"; readonly CANCELED: "-"; readonly ERROR: "x"; };