import type { ProjectContext } from '../../ai/types.js'; /** * Template for Work Performance Information (Scope) document * Scope-related work performance information following PMBOK guidelines */ export declare class WorkperformanceinformationscopeTemplate { private context; constructor(context?: ProjectContext); getSections(): string[]; getMetadata(): { title: string; description: string; version: string; category: string; }; generatePrompt(context: ProjectContext): string; generateContent(): string; } //# sourceMappingURL=WorkperformanceinformationscopeTemplate.d.ts.map