export interface CommitResult { committed: boolean; hash?: string; message?: string; } export declare function showCommitMenu(): Promise; //# sourceMappingURL=commit-menu.d.ts.map