/** @format */ import type { ResumeExperience, ResumeSectionToLines } from '../types'; export declare const extractExperience: (sections: ResumeSectionToLines) => ResumeExperience[];