export type UndoAction = 'soft_reset' | 'hard_reset' | 'unstage' | 'restore' | 'back'; export declare function showUndoMenu(): Promise; //# sourceMappingURL=undo-menu.d.ts.map