import type { InstallPlan } from "../../domain/operations/install-plan.js"; export declare function generateGuidance(plan: InstallPlan): string; //# sourceMappingURL=generate-guidance.d.ts.map