import type { DagPlan, IInterpreter, InterpretContext, InterpretResult } from '@mcp-abap-adt/llm-agent'; export declare class DagPlanInterpreter implements IInterpreter { readonly name = "dag"; interpret(plan: DagPlan, ctx: InterpretContext): Promise; private resolveWorker; private validate; private assertAcyclic; } //# sourceMappingURL=dag-plan-interpreter.d.ts.map