/** * Default (rich) formatter for the morning briefing. * Produces a human-readable, emoji-decorated multi-section output. */ import type { BriefingResult } from '../modules/types.js'; /** * Format the briefing result using the rich default template. */ export declare function formatDefault(result: BriefingResult, locale: string, timezone: string): string; //# sourceMappingURL=default.d.ts.map