export declare function getDateDaysDiff(startDate: Date, endDate: Date, unit: 'months' | 'days' | 'hours' | 'minutes'): number; //# sourceMappingURL=dateDiffer.d.ts.map