import type { RelationCase, SymbolCase, TaskCase, Thresholds } from './types.js'; export declare function loadBenchmarkDataset(root: string): Promise<{ thresholds: Thresholds; symbols: SymbolCase[]; relations: RelationCase[]; tasks: TaskCase[]; }>;