/** * Handle a Git error with optional AI explanation * Shows the error and offers to explain it using Copilot CLI */ export declare function handleGitError(error: Error | string, command?: string, autoExplain?: boolean): Promise; /** * Format a Git error message for display */ export declare function formatGitError(error: Error | string): string; //# sourceMappingURL=error-helper.d.ts.map