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