import type { CompletionAudit, GoalState } from "../domain/types.js"; export declare function auditCompletion(goal: GoalState): CompletionAudit; export declare function completeGoal(goal: GoalState, summary: string, now?: number): { goal: GoalState; audit: CompletionAudit; }; //# sourceMappingURL=audit.d.ts.map