import { Command } from '../../../common/interfaces';
declare const undoCommand: Command;
export default undoCommand;
