import { Moment } from 'moment'; /** * Sets milliseconds, seconds, minutes and hours of the provided Moment object to 0 * @param date object that we want to clear time information from */ export declare function clearTimeInformation(date: Moment): void;