adpa-enterprise-framework-automation
Version:
Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe
12 lines • 483 B
TypeScript
import { ProjectContext } from '../../types';
/**
* StrategyAnalysisTemplate generates the structure and default content for the BABOK Strategy Analysis document.
*/
export declare class StrategyAnalysisTemplate {
/**
* Generate the default content for the Strategy Analysis document.
* @param context ProjectContext for dynamic content (if needed)
*/
generateContent(context: ProjectContext): string;
}
//# sourceMappingURL=StrategyAnalysisTemplate.d.ts.map