/**
 * Git Add Tool
 *
 * Stage files for commit.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitAddTool: NanocoderToolExport;
//# sourceMappingURL=git-add.d.ts.map