/**
 * Git Diff Tool
 *
 * View changes between states (staged, unstaged, or against a commit/branch).
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitDiffTool: NanocoderToolExport;
//# sourceMappingURL=git-diff.d.ts.map