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