import type { Command } from "commander"; import type { Orchestrator } from "../core/orchestrator.js"; export declare function registerRewriteCommand(program: Command, orchestrator: Orchestrator): void;