import type { RepositoryEvalContext } from './eval-run-result.js'; export interface PreparedEvalManifest { path: string; context?: RepositoryEvalContext; cleanup: () => Promise; } export declare function prepareEvalManifest(manifestPath: string): Promise; //# sourceMappingURL=eval-manifest-runtime.d.ts.map