import { BaseEval } from './base';
export declare class Hallucination extends BaseEval {
    getSystemPrompt(): string;
}
