/** * @license * Copyright 2026 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ /** * Ink puts stdin in raw mode, so Ctrl-C is a keypress rather than SIGINT. * Re-emit it so the run's process-signal abort sees the same signal a web * console Abort (or `kill -INT`) sends. */ export declare function ForwardCtrlCAsSigint(): null;