import { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare const updateJournalTool: Tool; export declare function updateJournal(input: unknown): Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=journals.d.ts.map