UNPKG

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

15 lines 576 B
import type { ProjectContext } from '../../ai/types'; /** * @description A template for generating a Benefits Realization Plan document. * It provides a structured format for defining, tracking, and measuring * project benefits according to PMBOK standards and best practices. */ export declare class BenefitsRealizationPlanTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Benefits Realization Plan */ generateContent(): string; } //# sourceMappingURL=BenefitsRealizationPlanTemplate.d.ts.map