import { EditorInitArgs, EditorTheme, KogitoEditorEnvelopeContextType } from "@kie-tools-core/editor/dist/api"; import { Notification } from "@kie-tools-core/notifications/dist/api"; import { ServerlessWorkflowCombinedEditorApi, ServerlessWorkflowCombinedEditorChannelApi, ServerlessWorkflowCombinedEditorEnvelopeApi } from "../api"; import { Position } from "monaco-editor"; export declare class ServerlessWorkflowCombinedEditorView implements ServerlessWorkflowCombinedEditorApi { private readonly envelopeContext; private readonly initArgs; private readonly editorRef; af_isReact: boolean; af_componentId: "serverless-workflow-combined-editor"; af_componentTitle: "Serverless Workflow Combined Editor"; constructor(envelopeContext: KogitoEditorEnvelopeContextType, initArgs: EditorInitArgs); setContent(normalizedPosixPathRelativeToTheWorkspaceRoot: string, content: string): Promise; getContent(): Promise; getPreview(): Promise; af_componentRoot(): JSX.Element; undo(): Promise; redo(): Promise; validate(): Promise; setTheme(theme: EditorTheme): Promise; colorNodes(nodeNames: string[], color: string, colorConnectedEnds: boolean): void; moveCursorToPosition(position: Position): void; } //# sourceMappingURL=ServerlessWorkflowCombinedEditorView.d.ts.map