declare const diffInDays: (date1?: Date | undefined, date2?: Date | undefined, absolute?: boolean) => boolean | number;
export default diffInDays;
