import { Command } from 'commander'; /** * Plan command - Preview changes before applying */ export declare function registerPlanCommand(program: Command): Command; //# sourceMappingURL=plan.d.ts.map