import type { InstallPlan } from "../../domain/operations/install-plan.js"; export declare function formatPlanSummary(plan: InstallPlan): string; export declare function toJson(value: T): string; export declare function toMarkdownTable(headers: string[], rows: string[][]): string; export declare function formatCliError(error: unknown): string; //# sourceMappingURL=reporter.d.ts.map