export declare function handleUndoRace(undoableAction: { payload: { action: any; }; }): Generator, void, { complete: any; }>; export default function watchUndoable(): Generator;