import type { Command } from "commander"; import type { Config } from "../types/index.js"; /** * Diff command - View PR code changes with clickable file links */ export declare function diffCommand(program: Command, config: Config): void; //# sourceMappingURL=diff.d.ts.map