import type { ProjectContext } from '../../ai/types';
/**
 * @description A template for generating a formal Business Case document.
 * It provides a structured format for the AI to analyze and present the
 * financial and strategic rationale for a project.
 */
export declare class BusinesscaseTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Build the markdown content for Business Case
     */
    generateContent(): string;
}
//# sourceMappingURL=BusinesscaseTemplate.d.ts.map