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