import type { RemediationPlan } from '../types.js'; export declare function generateRemediationReport(plan: RemediationPlan, projectName?: string): string;