import { ProjectContext } from '../../types'; /** * Template for the BABOK Perspectives document. * Provides the structure and default content for the Perspectives section. */ export declare class PerspectivesTemplate { /** * Generates the content for the Perspectives document. * @param context ProjectContext containing relevant project information. * @returns The structured Perspectives document as a string. */ generateContent(context: ProjectContext): string; } //# sourceMappingURL=PerspectivesTemplate.d.ts.map