/** React binding for `PlanController` (V2-070), mirroring `use-transcript-store.ts`. */ import type { PlanController } from "../../app/controllers/plan-controller.js"; import type { SessionPlan } from "../../store/plan.js"; export declare function usePlan(controller: PlanController): SessionPlan | undefined;