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