/** * Local calendar dates from (end − (days − 1)) through end, inclusive. */ export declare function rollingCalendarDateRangeInclusive(days: number): { end: string; start: string; };