import type { JournalResult } from "../commands/journal/index.mts"; export declare function formatJournalResult(result: JournalResult): string;