import type { ActiveRun, GateResult, KdPhase } from "./types.ts"; export declare function inspectGate(cwd: string, run: ActiveRun): GateResult; export declare function canEnterPhase(cwd: string, run: ActiveRun, target: KdPhase): GateResult;