import { Editor, EditorFactory, EditorInitArgs, KogitoEditorEnvelopeContextType } from "@kie-tools-core/editor/dist/api"; import { ServerlessWorkflowCombinedEditorChannelApi, ServerlessWorkflowCombinedEditorEnvelopeApi } from "../api"; import { ServerlessWorkflowCombinedEditorView } from "./ServerlessWorkflowCombinedEditorView"; export declare class ServerlessWorkflowCombinedEditorFactory implements EditorFactory { createEditor(ctx: KogitoEditorEnvelopeContextType, initArgs: EditorInitArgs): Promise; } //# sourceMappingURL=ServerlessWorkflowCombinedEditorFactory.d.ts.map