/** * Returns complete list of the shortcut commands for the cells moving feature. * * @returns {Function[]} */ export declare function getAllCommands(): { name: string; callback(hot: import("../../../..").HotInstance, event: KeyboardEvent): void; }[];