/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { SlashCommand } from './types.js'; /** * Command to configure terminal keybindings for multiline input support. * * This command automatically detects and configures VS Code, Cursor, and Windsurf * to support Shift+Enter and Ctrl+Enter for multiline input. */ export declare const terminalSetupCommand: SlashCommand;