export declare const MOVE_UNDONE = "MOVE_UNDONE"; export declare const undoMove: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ actionId: string; delayed?: boolean; }, string>;