export declare type EmployeePaygroup = { Key: string; Id: string; Name: string; TimeEntryTechnique: string; PayTypes: { Key: string; PayTypeId: string; PayTypeName: string; ConsideredAbsent: boolean; AllowForTimeOff: boolean; AllowAccrual: boolean; AllowOnCall: boolean; AllowRegularHours: boolean; AllowMiscHours: boolean; AllowMiscAmount: boolean; }[]; };