export type EvalInitType = "unit" | "integration" | "all"; export declare function runEvalInit(skillDir: string, force: boolean, type?: EvalInitType): Promise;