import { IDagHistory } from '../interfaces'; export default function undo(history: IDagHistory): IDagHistory;