import type { HotInstance } from '../../../core/types'; /** * Prepares and creates an object with all available commands to trigger. * * @param {Handsontable} hot The Handsontable instance. * @returns {object} */ export declare function createKeyboardShortcutCommandsPool(hot: HotInstance): Record unknown>;