import { type DigestAction, type PlanContext } from "../internals/plan.js"; /** * The harness maturity digest — a weighted score over aih's own wiring. Returns * `undefined` off-canon (no RULE_ROUTER.md), exactly like `qualityDigest` / * `repoInfoDigest`, so it omits cleanly instead of scoring an empty repo. */ export declare function scorecardDigest(ctx: PlanContext): DigestAction | undefined;