export declare class ClaimAppEmpRequestModel { ssn?: string; claimEffectiveDate?: Date; firstName?: string; lastName?: string; uuid?: string; flowFrom?: string; } //# sourceMappingURL=ClaimAppEmpRequestModel.d.ts.map