export declare const hoursInBetween: (startDateArg: Date | number | string, endDateArg: Date | number | string) => number;