export declare const useUndoRedo: () => { undo: () => Promise; redo: () => Promise; };