import { KogitoEditorChannelApi } from "@kie-tools-core/editor/dist/api"; import { SwfLanguageServiceChannelApi } from "@kie-tools/serverless-workflow-language-service/dist/api/SwfLanguageServiceChannelApi"; import { SwfPreviewOptionsChannelApi } from "./SwfPreviewOptionsChannelApi"; import { SwfStaticEnvelopeContentProviderChannelApi } from "./SwfStaticEnvelopeContentProviderChannelApi"; export interface ServerlessWorkflowCombinedEditorChannelApi extends KogitoEditorChannelApi, SwfLanguageServiceChannelApi, SwfPreviewOptionsChannelApi, SwfStaticEnvelopeContentProviderChannelApi { kogitoSwfCombinedEditor_combinedEditorReady(): void; } //# sourceMappingURL=ServerlessWorkflowCombinedEditorChannelApi.d.ts.map