export declare const isDayOff: (date: Date) => boolean; export declare const getTotalDaysBetween: (startDate: Date, endDate: Date, isHalfDay?: boolean) => number; export declare const getIsMultipleDays: (startDate?: Date, endDate?: Date) => boolean;