interface HallucinationCheckResult { safe: boolean; issues: { type: 'import' | 'method' | 'pattern'; item: string; issue: string; suggestion?: string; }[]; warnings: string[]; } export declare function checkBeforeSuggesting(imports: string[], methods: string[], patterns?: string[]): Promise; export {}; //# sourceMappingURL=hallucination-preventer.d.ts.map