import { Context } from '../context'; import { GlobalCache } from '../types'; /** * TEC-2311 shortcuts v2 — returns true when the event was handled. */ export declare function handleShortcutsV2(ctx: Context, cellInput: HTMLDivElement, e: KeyboardEvent, cache: GlobalCache, canvas?: CanvasRenderingContext2D): boolean;