UNPKG

@rudderstack/workflow-engine

Version:
6 lines 336 B
import { SimpleStep, WorkflowOptionsInternal } from '../../../../../common'; import { TemplateStepExecutor } from '../../../../types'; export declare class TemplateStepExecutorFactory { static create(step: SimpleStep, template: string, options: WorkflowOptionsInternal): TemplateStepExecutor; } //# sourceMappingURL=factory.d.ts.map