import { EmploymentDeclarationListItem } from './employment-declaration-list-item.model'; export declare class EmploymentDeclarationList { cmsCaseId: number; canInitiateED: boolean; getEmpEDHistories: EmploymentDeclarationListItem[]; constructor(data: unknown); }