import type { HotInstance } from '../../core/types'; export * from './constants'; /** * Register all shortcut contexts. * * @param {Handsontable} hotInstance The Handsontable instance. */ export declare function registerAllShortcutContexts(hotInstance: HotInstance): void;