import type { ProjectContext } from '../../ai/types.js';
/**
 * Template for Plan Scope Management document
 * Scope management planning process following PMBOK guidelines
 */
export declare class PlanscopemanagementTemplate {
    private context;
    constructor(context?: ProjectContext);
    getSections(): string[];
    getMetadata(): {
        title: string;
        description: string;
        version: string;
        category: string;
    };
    generatePrompt(context: ProjectContext): string;
    generateContent(): string;
}
//# sourceMappingURL=PlanscopemanagementTemplate.d.ts.map