import type { TaskType } from '@zhixuan92/multi-model-agent-core'; /** * Build a goal condition string for the Stop hook. This keeps the agent * working until it has covered all criteria defined in the skill file. */ export declare function buildGoalCondition(type: TaskType, role: 'implementer' | 'reviewer', skillContent: string): string | undefined; //# sourceMappingURL=goal-conditions.d.ts.map