export class EditorProcess extends BaseProcess {
    /**
     *
     * @type {string}
     */
    name: string;
    /**
     *
     * @type {Editor|null}
     */
    editor: Editor | null;
    /**
     *
     * @param {Editor} editor
     */
    initialize(editor: Editor): void;
}
import { BaseProcess } from "../../src/core/process/BaseProcess.js";
//# sourceMappingURL=EditorProcess.d.ts.map