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