export declare function isInTimeRange({ daysOfWeek, start, end, now, }: { daysOfWeek: Array; start: string; end: string; now?: Date; }): boolean;