/*! * 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: "applyFormat"; description: "Apply or remove inline formatting to the current selection (bold, italic, underline, etc.) or to a specific block"; parameters: import("../../interface/index").IToolParameter[]; requiresPermission: true; }; export default _default;