export declare const SYSTEM_PROMPTS: { commandAnalysis: string; patternDetection: string; contextualLearning: string; }; export declare const EXAMPLE_SUGGESTIONS: { missingDependency: { message: string; confidence: number; type: "warning"; action: { label: string; command: string; }; }; wrongBranch: { message: string; confidence: number; type: "warning"; }; testBeforeDeploy: { message: string; confidence: number; type: "info"; action: { label: string; command: string; }; }; dockerNotRunning: { message: string; confidence: number; type: "error"; action: { label: string; command: string; }; }; }; //# sourceMappingURL=prompts.d.ts.map