import type { ActiveRun, KdHarnessMode } from "./types.ts"; export declare function inferHarnessMode(goal: string | undefined): KdHarnessMode; export declare function strictModeRequiredReason(cwd: string, run: ActiveRun): string | undefined;