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