export declare function extractWorkExperience(text: string): {
    name?: string;
    startDate?: string;
    summary?: string;
}[];
