import type { ProjectContext } from '../../ai/types'; /** * StakeholderRegister Template - Enhanced with Cross-Document Intelligence * * Generates a PMBOK-compliant Stakeholder Register that intelligently synthesizes * stakeholder information from User Personas, User Stories, and project context, * while providing educational placeholders for organizational data. */ export declare class StakeholderregisterTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Stakeholder Register with intelligent pre-population */ generateContent(): string; } //# sourceMappingURL=StakeholderregisterTemplate.d.ts.map