import type { ProjectContext } from '../../ai/types'; /** * @description A template for generating a Value Proposition document. * It provides a structured format for articulating the unique value * and competitive advantage that the project will deliver. */ export declare class ValuePropositionTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Value Proposition */ generateContent(): string; } //# sourceMappingURL=ValuePropositionTemplate.d.ts.map