/** * Technical Recommendations Template * * This template provides the structure for generating comprehensive technical recommendations * that align with PMBOK standards and support informed technology stack decisions. * * @version 1.0.0 * @author Requirements Gathering Agent Team * @created 2024 * @since 3.2.0 */ export declare const TechnicalRecommendationsTemplate: { title: string; description: string; category: string; pmbokAlignment: string[]; sections: { id: string; title: string; description: string; required: boolean; pmbokReference: string; }[]; deliverables: string[]; dependencies: string[]; outputs: string[]; }; export default TechnicalRecommendationsTemplate; //# sourceMappingURL=TechnicalRecommendationsTemplate.d.ts.map