import type { CommitInfo } from './types'; export declare class UIManager { showCommitNotification(commit: CommitInfo): void; showDiff(diff: string): void; askCommitAction(): Promise; askGitInit(): Promise; showSpinner(message: string): any; showSuccess(message: string): void; showError(message: string): void; showWarning(message: string): void; showInfo(message: string): void; } //# sourceMappingURL=ui.d.ts.map