import type { ActiveRun } from "./types.ts"; export declare function formatPlanReadiness(cwd: string, run: ActiveRun): string;