import { Command } from 'commander'; import type { EvalCase } from '../../../improve/schemas.js'; export declare function findEvalCaseForEvidenceRow(existing: readonly EvalCase[], evidenceRowIndex: number): EvalCase | undefined; export declare function registerEvalGenSubcommand(improve: Command): void; export declare function registerEvalCasesSubcommand(improve: Command): void;