export interface DateRange { start: Date; end: Date; }