import { Command } from "commander"; import type { AirgenClient } from "../client.js"; export declare function registerDiffCommand(program: Command, client: AirgenClient): void;