import { CommentsApiClient } from '../../api/comments.js'; export declare function handleCommentTools(name: string, args: Record, client: CommentsApiClient): Promise<{ content: { type: string; text: string; }[]; }>;