import type { RunBundle, RunFeedbackCandidate } from "./run.js"; /** Commands run from the evidence workspace using an installed Humanish CLI. */ export declare function feedbackProofCommands(runId: string): { verify: string; watch: string; }; /** Legacy command compatibility belongs in the draft, never in the source receipt. */ export declare function projectFeedbackAcceptanceProof(bundle: RunBundle, candidate: RunFeedbackCandidate): string[];