import { type DigestAction, type PlanContext } from "../internals/plan.js"; /** The two OUTPUT VELOCITY digests (daily commits + LOC 30d); empty when not a repo. */ export declare function velocityDigests(ctx: PlanContext): Promise;