export declare const BENCHMARK_DIR: string; export declare const BENCHMARK_TASKS_DIR: string; export declare const BENCH_DIR: string; export declare const BENCH_WORKSPACES_DIR: string; export declare const BENCH_REPORTS_DIR: string; export declare function workspaceDir(taskId: string): string; export declare function workspaceRepoDir(taskId: string): string; export declare function workspaceBaselinePath(taskId: string): string; export declare function workspaceTaskMdPath(taskId: string): string; export declare function workspaceExpectedPath(taskId: string): string; //# sourceMappingURL=paths.d.ts.map