export type MainMenuAction = 'status' | 'add' | 'commit' | 'push' | 'pull' | 'branch' | 'remote' | 'undo' | 'history' | 'stash' | 'config' | 'stats' | 'help' | 'quit'; export declare function showMainMenu(): Promise; export declare function showStatusScreen(): Promise; //# sourceMappingURL=main-menu.d.ts.map