export declare function getDaysBetween(startDate: Date, endDate: Date): number; export declare function getDateRange(startDate: Date, endDate: Date): Date[];