import type { MarkdownSection, SessionState } from "../types.js"; export declare function generatePlan(state: SessionState, startDate?: Date): MarkdownSection; //# sourceMappingURL=plan-generator.d.ts.map