import { AssessmentQuestion } from '@prutech/components'; import { EmploymentInfoViewModel } from './employment-info-view-model'; import { ProgramParticipationInfoModel } from './participant-info-model'; export declare class EmploymentInformationModel { id: number; evaluationId: number; recommendedNextSteps: AssessmentQuestion; comments: AssessmentQuestion; employmentInfo: EmploymentInfoViewModel[]; employmentGridHeaderTemplate: EmploymentInfoViewModel; participantDetails: ProgramParticipationInfoModel; constructor(data: unknown); }