import type { ProjectContext } from '../../ai/types'; /** * Assumptions Log Template for Project Charter * * This template provides a comprehensive structure for documenting, tracking, and managing * project assumptions throughout the project lifecycle. It serves as a living document * that supports risk management and decision-making processes. */ export declare class AssumptionsLogTemplate { private context; constructor(context: ProjectContext); /** * Generate comprehensive Assumptions Log content with tracking and validation framework */ generateContent(): string; } //# sourceMappingURL=AssumptionsLogTemplate.d.ts.map