export declare const isDateWithinRange: (startDate: Date | null, endDate: Date | null, date?: Date | null) => boolean;
