/** * JSON formatter for the morning briefing. * Outputs the raw BriefingResult as pretty-printed JSON. */ import type { BriefingResult } from '../modules/types.js'; /** * Format the briefing result as indented JSON. */ export declare function formatJSON(result: BriefingResult): string; //# sourceMappingURL=json.d.ts.map