import { ToolHandler, SendCommentArgs } from "./types.js";
export declare const handleSendComment: ToolHandler<SendCommentArgs>;
