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 Projectscopestatement
     */
    generateContent(): string;
}
//# sourceMappingURL=ProjectscopestatementTemplate.d.ts.map