export declare function isInRange(date: Date, range: [Date, Date]): boolean;
