import type { NormalizedEntry } from "../transcript/types.js"; import type { RunResult } from "../types/output.js"; import type { AgentConfig } from "../types/config.js"; import type { GoalAchievementScore } from "../types/scoring.js"; export declare function scoreGoalAchievement(result: RunResult, normalizedEntries: NormalizedEntry[], judging?: AgentConfig[]): Promise; //# sourceMappingURL=goal-achievement.d.ts.map