export declare class ReportGenerator { private static instance; private reportDir; private constructor(); static getInstance(): ReportGenerator; ensureDir(): Promise; saveReport(agentName: string, content: string, status: 'doing' | 'done' | 'planning'): Promise; } //# sourceMappingURL=reports.d.ts.map