import type { FeedbackReport } from "./types"; export declare function formatFeedbackForAgent(report: Omit): string;