import type { WorkflowStep } from '../../models/types.js'; import { type RuleEvaluatorContext, type RuleMatch } from '../evaluation/index.js'; import { type StatusJudgmentPhaseContext } from '../phase-runner.js'; export declare function evaluatePostExecutionRules(step: WorkflowStep, getStatusJudgmentContext: () => StatusJudgmentPhaseContext, ruleContext: RuleEvaluatorContext): Promise; //# sourceMappingURL=post-execution-rule-evaluator.d.ts.map