export type DateRangeKey = 'today' | 'yesterday' | 'thisWeek' | 'thisMonth' | 'thisQuarter' | 'thisYear' | 'thisYearToDate' | 'lastWeek' | 'lastMonth' | 'lastQuarter' | 'lastYear' | 'last12Months' | 'lastYearToDate' | 'allTime' | 'custom'; //# sourceMappingURL=date-range-key.d.ts.map