import type { ToolLLM } from '../../config/tool-llm.js'; import type { AnalyzeInput } from './types.js'; export declare function runDiff(input: AnalyzeInput, projectRoot: string): Promise>; export declare function runBreaking(input: AnalyzeInput, projectRoot: string): Promise>; export declare function runSemanticDiff(input: AnalyzeInput, projectRoot: string, toolLLM: Pick): Promise>; export declare function runUpgrade(input: AnalyzeInput, projectRoot: string): Promise>; //# sourceMappingURL=git-modes.d.ts.map