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