export interface EvalConfig { name: string; description?: string; metrics: string[]; judgeType: string; judgeModel?: string; feedbackType?: string; datasetPath?: string; threshold?: number; } export declare function createEvalConfigCommand(): Promise; export declare function listEvalsCommand(): void; export declare function getEvalCommand(name: string): void; export declare function deleteEvalCommand(name: string): Promise; export declare function showMetricsCommand(): void; export declare function showJudgesCommand(): void; export declare function showFeedbackTypesCommand(): void; //# sourceMappingURL=evaluate.d.ts.map