/** * Format the time in range selection when not show time. * It will adjust the end range time to 23.59.59 and the start to 00.00.00 * * @returns {number[]} - The formatted date time range in millis. [start, end] */ export declare const formatDateTimeRange: (e: number[]) => number[];