import type { ResumeSectionToLines } from '../types'; export declare const extractSkills: (sections: ResumeSectionToLines) => string[];