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