/**
 * Git Log Tool
 *
 * View commit history with various filters.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitLogTool: NanocoderToolExport;
//# sourceMappingURL=git-log.d.ts.map