import { type SkillScoreResult } from './skill-scorer.js'; export interface DistillResult { candidateId: string; draftPath: string; score: SkillScoreResult; markdown: string; } export declare function distillCandidate(workspaceDir: string, candidateId: string, options?: { patternOccurrences?: number; }): Promise; //# sourceMappingURL=skill-distiller.d.ts.map