import type { SetupStep, StepAction } from './planner.js'; /** One-line human rendering of what a step will do, with the API key masked. */ export declare function renderAction(action: StepAction, apiKey?: string): string; export declare function renderPlan(steps: SetupStep[], apiKey?: string): string; //# sourceMappingURL=render.d.ts.map