import type { ProjectContext } from '../../ai/types.js';
/**
 * Enhanced Template for the Project Scope Statement.
 *
 * This template creates a comprehensive, PMBOK-compliant scope statement that:
 * - Synthesizes information from Business Case, User Stories, and project context
 * - Pre-populates scope boundaries based on AI analysis of available documents
 * - Provides educational scaffolding for organizational completion
 * - Includes intelligent placeholders for missing organizational data
 */
export declare class ScopestatementTemplate {
    private context;
    constructor(context: ProjectContext);
    generateContent(): string;
}
//# sourceMappingURL=ScopestatementTemplate.d.ts.map