import type { ProjectContext } from '../../ai/types'; /** * Projectscopestatement Template generates the content for the Projectscopestatement document. */ export declare class ProjectscopestatementTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Project Scope Statement */ generateContent(): string; } //# sourceMappingURL=ProjectscopestatementTemplate.d.ts.map