import { EditorEnvelopeViewApi, KogitoEditorEnvelopeApiImpl } from "@kie-tools-core/editor/dist/envelope"; import { ServerlessWorkflowCombinedEditorEnvelopeApi } from "../api/ServerlessWorkflowCombinedEditorEnvelopeApi"; import { ServerlessWorkflowCombinedEditorApi, ServerlessWorkflowCombinedEditorChannelApi } from "../api"; import { EditorFactory, KogitoEditorEnvelopeContextType } from "@kie-tools-core/editor/dist/api"; import { EnvelopeApiFactoryArgs } from "@kie-tools-core/envelope"; import { Position } from "monaco-editor"; export type ServerlessWorkflowCombinedEnvelopeApiFactoryArgs = EnvelopeApiFactoryArgs, KogitoEditorEnvelopeContextType>; export declare class ServerlessWorkflowCombinedEditorEnvelopeApiImpl extends KogitoEditorEnvelopeApiImpl implements ServerlessWorkflowCombinedEditorEnvelopeApi { private readonly serverlessWorkflowArgs; constructor(serverlessWorkflowArgs: ServerlessWorkflowCombinedEnvelopeApiFactoryArgs, editorFactory: EditorFactory); kogitoSwfCombinedEditor_colorNodes(args: { nodeNames: string[]; color: string; colorConnectedEnds: boolean; }): void; kogitoSwfCombinedEditor_moveCursorToPosition(position: Position): void; } //# sourceMappingURL=ServerlessWorkflowCombinedEditorEnvelopeApiImpl.d.ts.map