import { ServerlessWorkflowType } from "../../common/Editor"; import { SwfLanguageServiceChannelApi } from "@kie-tools/serverless-workflow-language-service/dist/api"; export declare const getLanguageServiceChannelApi: (args: { workflowType: ServerlessWorkflowType; }) => SwfLanguageServiceChannelApi; //# sourceMappingURL=getLanguageServiceChannelApi.d.ts.map