import type { GoalState } from "../domain/types.js"; export declare function reportBlocker(goal: GoalState, input: { turnID: string; reason: string; needed?: string; key?: string; threshold?: number; now?: number; }): GoalState; //# sourceMappingURL=blocker.d.ts.map