/** * journal_read — read journal entries by date or last N days. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const journalReadTool: ToolDefinition; //# sourceMappingURL=journal-read.d.ts.map