/**
 * Git Status Tool
 *
 * Shows repository status including branch, changes, and sync state.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitStatusTool: NanocoderToolExport;
//# sourceMappingURL=git-status.d.ts.map