import { IDagHistory, StateId } from '../interfaces'; export default function jumpToStateLogged(stateId: StateId, history: IDagHistory): IDagHistory;