import type { SessionPlan } from "../store/plan.js"; export declare function renderPlanChecklist(plan: SessionPlan): string; export declare function renderPlanDocument(plan: SessionPlan): string; export declare function renderPlanSidePane(plan: SessionPlan, columns: number): string | undefined;