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