import { EmbeddedEditorFile, StateControl } from "@kie-tools-core/editor/dist/channel"; import { MessageBusClientApi } from "@kie-tools-core/envelope-bus/dist/api"; import { ServerlessWorkflowDiagramEditorEnvelopeApi } from "@kie-tools/serverless-workflow-diagram-editor-envelope/dist/api"; import { ServerlessWorkflowTextEditorChannelApi } from "@kie-tools/serverless-workflow-text-editor/dist/api"; import { ServerlessWorkflowTextEditorChannelApiImpl } from "../../channel/ServerlessWorkflowTextEditorChannelApiImpl"; import { KogitoEditorChannelApi } from "@kie-tools-core/editor/dist/api"; export interface UseSwfTextEditorChannelApiArgs { apiOverrides: Partial; locale: string; channelApi?: MessageBusClientApi; embeddedEditorFile?: EmbeddedEditorFile; swfDiagramEditorEnvelopeApi?: MessageBusClientApi; } export declare function useSwfTextEditorChannelApi(args: UseSwfTextEditorChannelApiArgs): { stateControl: StateControl; channelApi: ServerlessWorkflowTextEditorChannelApiImpl | undefined; }; //# sourceMappingURL=useSwfTextEditorChannelApi.d.ts.map