import type { SessionPlan } from "../../store/plan.js"; export declare function planContextMessage(plan: SessionPlan, approved: boolean): string;