/** * @license * Copyright 2025 Vybestack LLC * SPDX-License-Identifier: Apache-2.0 */ export declare function enableMouseEvents(): void; export declare function disableMouseEvents(): void; export declare function enableKittyKeyboardProtocol(): void; export declare function disableKittyKeyboardProtocol(): void; export declare function enableLineWrapping(): void; export declare function disableLineWrapping(): void; export declare function enterAlternateScreen(): void; export declare function exitAlternateScreen(): void; export declare function shouldEnterAlternateScreen(useAlternateBuffer: boolean, isScreenReader: boolean): boolean;