import type { Case } from "./types.js"; /** * Loads test cases from a JSONL or YAML file. * Validates each case against CaseSchema and checks for duplicate IDs. */ export declare function loadCases(filePath: string): Promise; //# sourceMappingURL=case-loader.d.ts.map