import type { SessionPlan } from "../../../store/plan.js"; import type { TurnEvidenceFlags } from "../evidence-flags.js"; export declare const rehydrateEvidenceFlagsFromPlan: (flags: TurnEvidenceFlags, plan: SessionPlan | undefined) => void;