import type { ProjectContext } from '../../ai/types'; export declare const ProgramCharterTemplate: { title: string; getSections: (context?: ProjectContext) => { title: string; content: string; }[]; }; //# sourceMappingURL=ProgramCharterTemplate.d.ts.map