export declare class DateRange { startDate: Date; endDate: Date; constructor(); }