/**
 * COSCA Semantic Analysis Engine
 * Core infrastructure pattern detection without hardcoded examples
 */
export * from './semantic-engine';
export { SemanticEngine as SemanticAnalyzer, AnalysisResult as SemanticAnalysisResult } from './semantic-engine';
//# sourceMappingURL=index.d.ts.map