/**
 * Git Reset Tool
 *
 * Reset/undo operations: soft, mixed, hard.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitResetTool: NanocoderToolExport;
//# sourceMappingURL=git-reset.d.ts.map