import type { PhaseExecutorPhase } from "./types.js"; export declare function deterministicPhaseNotes(phase: PhaseExecutorPhase): string; export declare function deterministicPhaseEvidence(phase: PhaseExecutorPhase): string[]; export declare function deterministicPhaseHandoff(phase: PhaseExecutorPhase): string;