/*! * 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: "readDocument"; description: "Read the entire content of the editor document in HTML format"; parameters: import("../../interface/index").IToolParameter[]; requiresPermission: false; }; export default _default;