import { LabelingWorkflow } from '../service/labeling-workflow.js'; import { WorkflowExecution } from '../service/workflow-execution.js'; import { WorkflowExecutionStep } from '../service/workflow-execution-step.js'; export declare const entities: (typeof WorkflowExecutionStep | typeof WorkflowExecution | typeof LabelingWorkflow)[]; export { LabelingWorkflow, WorkflowExecution, WorkflowExecutionStep };