import SetCellStyleCommand from './SetCellStyleCommand'; import SetCellDataCommand from './SetCellDataCommand'; import SetRowDataCommand from './SetRowDataCommand'; import InsertTreeRowCommand from './InsertTreeRowCommand'; import MoveRowCommand from './MoveRowCommand'; import PushRowCommand from './PushRowCommand'; import DeleteRowCommand from './DeleteRowCommand'; import RecalculateCommand from './RecalculateCommand'; import SelectCellCommand from './SelectCellCommand'; declare const commands: { SetCellStyleCommand: typeof SetCellStyleCommand; SetCellDataCommand: typeof SetCellDataCommand; SetRowDataCommand: typeof SetRowDataCommand; InsertTreeRowCommand: typeof InsertTreeRowCommand; MoveRowCommand: typeof MoveRowCommand; PushRowCommand: typeof PushRowCommand; DeleteRowCommand: typeof DeleteRowCommand; RecalculateCommand: typeof RecalculateCommand; SelectCellCommand: typeof SelectCellCommand; }; export default commands;