/**
 * Git Commit Tool
 *
 * Create a commit with the staged changes.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitCommitTool: NanocoderToolExport;
//# sourceMappingURL=git-commit.d.ts.map