export declare class GrossEarningsModel { week?: String; hoursWorked?: Number; earnings?: Number; } //# sourceMappingURL=GrossEarningsModel.d.ts.map