import type { ToolDefinition } from './types.js'; export declare const GIT_TOOL_DEFINITIONS: ToolDefinition[]; export declare function dispatchGitTool(name: string, argsJson: string, cwd: string): Promise; //# sourceMappingURL=git-tools.d.ts.map