/** * Módulo de análise do framework RW-UC */ export { normalize, detectTechStack, detectLayer, analyzeFeature, type TechnicalObjective, type ContextAnalysis, type RequiredAnswers, type FeatureAnalysisResult, } from './feature-analyzer.js'; //# sourceMappingURL=index.d.ts.map