import { execute } from "./executor"; declare const _default: { execute: typeof execute; name: "replaceSelection"; description: "Replace the current selection with new HTML content"; parameters: import("../../interface/index").IToolParameter[]; requiresPermission: true; }; export default _default;