import { ProjectContext } from '@sintesi/core'; import { ProjectConfig, TechStack } from '../services/generation-context'; export declare function getImpactAnalysisPrompt(docType: string, cleanDiff: string): string; export declare function getContextPrompt(context: ProjectContext, gitDiff: string, projectConfig: ProjectConfig, techStack?: TechStack): string; //# sourceMappingURL=analysis.d.ts.map