import type { ProjectContext } from '../../ai/types';
/**
 * Stakeholder Needs Analysis Template
 *
 * Provides the structure and framework for analyzing stakeholder and sponsor needs
 * to ensure clear project charters and effective engagement plans.
 */
export declare class StakeholderNeedsAnalysisTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Generate the template structure for stakeholder needs analysis
     */
    generateContent(): string;
}
//# sourceMappingURL=StakeholderNeedsAnalysisTemplate.d.ts.map