/** * Analyze diff and code subcommands * Handles git diff risk assessment and static code quality analysis */ import type { Command } from '../types.js'; export declare const diffCommand: Command; export declare const codeCommand: Command; //# sourceMappingURL=analyze-diff.d.ts.map