import type { ProjectContext } from '../../ai/types';
/**
 * Project Status Report Document Template
 * Defines the structure for project status reporting.
 */
export declare class ProjectStatusReportTemplate {
    static buildPrompt(context: ProjectContext): string;
}
//# sourceMappingURL=ProjectStatusReportTemplate.d.ts.map