import type { HotInstance } from '../../core/types'; /** * The context that defines shortcut list available for selected cell or cells. * * @param {Handsontable} hot The Handsontable instance. */ export declare function shortcutsGridContext(hot: HotInstance): void;