import type { SkillEvalSuite } from "./types"; export declare function loadSkillEvalSuite(evalFilePath: string): Promise;