import type { PlanController } from "../../app/controllers/plan-controller.js"; import type { SessionPlan } from "../../store/plan.js"; export declare function usePlan(controller: PlanController): SessionPlan | undefined;