export declare class EmployerDataModel { employerName: string; recordId: string; workSearchDate?: Date; contactMode?: string; file?: any; } //# sourceMappingURL=EmployerDataModel.d.ts.map