/*! * Jodit Editor PRO (https://xdsoft.net/jodit/) * See LICENSE.md in the project root for license information. * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/ */ import { execute } from "./executor"; declare const _default: { execute: typeof execute; name: "replaceBlock"; description: "Replace a specific block in the document by its index or CSS selector with new HTML content"; parameters: import("../../interface/index").IToolParameter[]; requiresPermission: true; }; export default _default;