import { execute } from "./executor"; declare const _default: { execute: typeof execute; name: "addHTML"; description: "Add HTML content to the beginning or end of the document"; parameters: import("../../interface/index").IToolParameter[]; requiresPermission: true; }; export default _default;