import type { ProjectContext } from '../../ai/types.js'; import type { DocumentProcessor, DocumentOutput } from '../../documentGenerator/types.js'; /** * Processor for the Technical Recommendations document. * Generates comprehensive technical recommendations that align with PMBOK standards * and provide valuable insights for technology stack decisions. */ export declare class TechnicalRecommendationsProcessor implements DocumentProcessor { private aiProcessor; constructor(); process(context: ProjectContext): Promise; private createPrompt; } //# sourceMappingURL=TechnicalRecommendationsProcessor.d.ts.map