import type { ActiveRun } from "./types.ts"; export declare const TDD_RED_EVIDENCE = "evidence/tdd-red.md"; export declare const TDD_GREEN_EVIDENCE = "evidence/tdd-green.md"; export declare function tddPlanBlockReason(plan: string): string | undefined; export declare function tddProductionWriteBlockReason(cwd: string, run: ActiveRun | undefined, path: string | undefined): string | undefined; export declare function tddVerifyBlockReason(cwd: string, run: ActiveRun): string | undefined;